Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
rustdoc-ui
/
doctest
/
standalone-warning.rs
blob: ce081c7641c61f7f657be93a6999293310cf6a94 [
file
] [
log
] [
blame
]
// This test checks that it will not output warning for usage of `standalone` or `standalone_crate`.
//@ check-pass
//! ```standalone
//! bla
//! ```
//!
//! ```standalone-crate
//! bla
//! ```