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