Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

ices/98003.sh: fixed with no errors #1324

Merged
merged 1 commit into from
Jun 29, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#98003

#!/bin/bash

cat > out.rs <<'EOF'


mod m1 {
    pub fn f() {}
}
mod m2 {
    pub fn f(_: u8) {}
}

pub use m1::*;
pub use m2::*;

pub mod glob {
    pub use *;
}


EOF

rustdoc --edition=2015 -Zunstable-options --output-format json out.rs
=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
@Alexendoo Alexendoo merged commit 86cfc9e into master Jun 29, 2022
@Alexendoo Alexendoo deleted the autofix/ices/98003.sh branch June 29, 2022 12:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants