Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
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
)
}