Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
ab1f382ca8fa4a4c0dde58679207f9bec394fa0e
/
.
/
tests
/
rustdoc-ui
/
show-coverage.rs
blob: 00bb1606a82cb3d5efbe2ccce3d44e943ddafbeb [
file
] [
log
] [
blame
]
//@ compile-flags: -Z unstable-options --show-coverage
//@ check-pass
mod
bar
{
/// a
///
/// ```
/// let x = 0;
/// ```
pub
struct
Foo
;
}
pub
use
bar
::
Foo
;