rust/tests/rustdoc-ui/doc-alias.rs
2025-12-10 12:27:34 +01:00

2 lines
60 B
Rust

#[doc(alias = "shouldn't work!")] //~ ERROR
pub fn foo() {}