Sign in
rust
/
rust
/
526a91cbcc4601b92b0587405015e07b9c0d79f6
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3974.rs
blob: a9f992ebd5c6f3cd240f6612e8a630d808d9abf8 [
file
] [
log
] [
blame
]
fn
emulate_foreign_item
()
{
match
link_name
{
// A comment here will duplicate the attribute
#[
rustfmt
::
skip
]
|
"pthread_mutexattr_init"
|
"pthread_mutexattr_settype"
|
"pthread_mutex_init"
=>
{}
}
}