]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3974.rs
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / tools / rustfmt / tests / target / issue-3974.rs
1 fn emulate_foreign_item() {
2     match link_name {
3         // A comment here will duplicate the attribute
4         #[rustfmt::skip]
5         | "pthread_mutexattr_init"
6         | "pthread_mutexattr_settype"
7         | "pthread_mutex_init"
8         => {}
9     }
10 }