rustc/tests/ui/feature-gates/doc-rust-logo.rs
2024-06-04 21:09:03 +02:00

6 lines
143 B
Rust

#![doc(rust_logo)]
//~^ ERROR the `#[doc(rust_logo)]` attribute is used for Rust branding
//! This is not an official rust crate
fn main() {}