1 2 3 4 5 6
#![feature(doc_alias)] #![doc(alias = "crate-level-not-working")] //~ ERROR #[doc(alias = "shouldn't work!")] //~ ERROR pub fn foo() {}