rustc/tests/rustdoc/no-run-still-checks-lints.rs
2024-06-21 09:39:33 +02:00

10 lines
132 B
Rust

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