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