Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
rustdoc
/
doc-inline-extern-crate.rs
blob: 0eb4c149060db4c16f3d8413d2628e3735393dfd [
file
] [
log
] [
blame
]
#[
doc
(
inline
)]
//~^ ERROR conflicting
#[
doc
(
no_inline
)]
pub
extern
crate core
;
// no warning
pub
extern
crate alloc
;
fn
main
()
{}