rust/tests/rustdoc-ui/intra-doc/issue-111189-resolution-ice.rs

11 lines
295 B
Rust
Raw Normal View History

2023-05-04 06:14:51 -05:00
// 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() {}