Sign in
rust
/
rust
/
e54a3d33efb5fe255cdc2339e6221bbe253dcd38
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-5871.rs
blob: 3116533bcb81df5029119fd32644dc9c24120609 [
file
]
#![
feature
(
stmt_expr_attributes
)]
fn
okay
()
->
u32
{
(
// Comments in parentheses-expressions caused attributes to be duplicated.
#[
allow
(
unused_variables
)]
0
)
}