Sign in
fuchsia
/
third_party
/
rust
/
600edc948ab5de7a92538bcc2f49cb8d47925e2d
/
.
/
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
()
{}