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