Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
error-codes
/
E0583.rs
blob: 969de79c0586532bc9f1d15f4af805cee742657d [
file
]
mod
module_that_doesnt_exist
;
//~ ERROR E0583
fn
main
()
{
}