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