Sign in
◑
Theme
rust
/
rust
/
0ae3fd93a3a91460c1957fa38fa9514decbcdf23
/
.
/
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
}