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