Sign in
◑
Theme
rust
/
rust
/
aec7c2a7e32980e4eeceb4792fa91a3221bf7c7b
/
.
/
tests
/
ui
/
parser
/
impl-item-const-semantic-fail.rs
blob: 5d4692f9f14acdcce4fdafffc9ae163cfa3ae839 [
file
]
fn
main
()
{}
struct
X
;
impl
X
{
const
Y
:
u8
;
//~ ERROR associated constant in `impl` without body
}