summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/doc-rust-logo.rs
blob: e6a58512944bbe867ee42c5b564b09c17dc878e4 (plain)
1
2
3
4
5
#![doc(rust_logo)]
//~^ ERROR the `#[doc(rust_logo)]` attribute is used for Rust branding
//! This is not an official rust crate

fn main() {}