Sign in
◑
Theme
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
tests
/
ui
/
parser
/
macro
/
expr-in-attribute.stderr
blob: 08d6f12d1e641664e801e5e1a0042347d2c257b5 [
file
]
error
:
expected a literal
(
`1u8`
,
`1.0f32`
,
`"string"`
,
etc
.)
here
,
found expression
-->
$DIR
/
expr
-
in
-
attribute
.
rs
:
4
:
21
|
LL
|
#[deprecated(note = a!=b)]
|
^^^^
expressions are
not
allowed here
error
:
aborting due to
1
previous error