mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
5 lines
114 B
Rust
5 lines
114 B
Rust
#![doc(alias = "crate-level-not-working")] //~ ERROR
|
|
|
|
#[doc(alias = "shouldn't work!")] //~ ERROR
|
|
pub fn foo() {}
|