Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
error-codes
/
E0412.rs
blob: 2c69c5e6b5cfcbc26e47869a1446976003f4030d [
file
] [
log
] [
blame
]
impl
Something
{}
//~ ERROR E0425
fn
main
()
{
}