summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/intra-doc/issue-111189-resolution-ice.rs
blob: 4e74278dc7b386eda27c75e59a297be90e99c4f6 (plain)
1
2
3
4
5
6
7
8
9
10
// Regression test for <https://github.com/rust-lang/rust/issues/111189>.
// This test ensures that it doesn't crash.

#![deny(warnings)]

/// #[rustfmt::skip]
//~^ ERROR unresolved link to `rustfmt::skip`
/// #[clippy::whatever]
//~^ ERROR unresolved link to `clippy::whatever`
pub fn foo() {}