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