1 2 3 4 5 6 7 8 9
// compile-flags:--test // should-fail #![doc(test(attr(deny(warnings))))] /// ```no_run /// let a = 3; /// ``` pub fn foo() {}