rust/tests/rustdoc/no-run-still-checks-lints.rs
2023-01-11 09:32:08 +00:00

10 lines
130 B
Rust

// compile-flags:--test
// should-fail
#![doc(test(attr(deny(warnings))))]
/// ```no_run
/// let a = 3;
/// ```
pub fn foo() {}