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