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

3 lines
60 B
Rust

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