Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
ab1f382ca8fa4a4c0dde58679207f9bec394fa0e
/
.
/
tests
/
ui
/
error-codes
/
E0565-2.rs
blob: 0319ecb11f9e6d3945c980d7040f3c82bb9aef17 [
file
] [
log
] [
blame
]
// repr currently doesn't support literals
#[
deprecated
(
since
=
b
"1.29"
,
note
=
"hi"
)]
//~ ERROR E0565
struct
A
{
}
fn
main
()
{
}