Sign in
rust
/
rust
/
505d07da2859fa3fd2fde699be62e8adbbcb45cc
/
.
/
tests
/
ui
/
error-codes
/
E0411.rs
blob: 872370f2a53fb63e09539869fcf27dffb130e6cf [
file
]
fn
main
()
{
<
Self
>::
foo
;
//~ ERROR E0411
}