4 lines
122 B
Rust
4 lines
122 B
Rust
// This previously triggered an ICE.
|
|
|
|
pub(in crate::r#mod) fn main() {}
|
|
//~^ ERROR expected module, found unresolved item
|