DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / rustdoc / no-run-still-checks-lints.rs
123456789
//@ compile-flags:--test //@ should-fail #![doc(test(attr(deny(warnings))))] /// ```no_run /// let a = 3; /// ``` pub fn foo() {}