rust/tests/rustdoc-ui/issue-61732.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
132 B
Rust
Raw Normal View History

2019-12-04 01:31:35 +00:00
// This previously triggered an ICE.
pub(in crate::r#mod) fn main() {}
//~^ ERROR failed to resolve: maybe a missing crate `r#mod`