Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
doc-rust-logo.rs
blob: e6a58512944bbe867ee42c5b564b09c17dc878e4 [
file
] [
log
] [
blame
] [
edit
]
#![
doc
(
rust_logo
)]
//~^ ERROR the `#[doc(rust_logo)]` attribute is used for Rust branding
//! This is not an official rust crate
fn
main
()
{}