Sign in
rust
/
rust-lang
/
rust
/
1b01decc1ca851e014b6951bdd7f2ac2f897adc9
/
.
/
tests
/
rustdoc
/
no-run-still-checks-lints.rs
blob: 73e311b72d5e5a69593733d43dc470224fc2f3c7 [
file
] [
log
] [
blame
]
//@ compile-flags:--test
//@ should-fail
#![
doc
(
test
(
attr
(
deny
(
warnings
))))]
/// ```no_run
/// let a = 3;
/// ```
pub
fn
foo
()
{}