mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 17:31:52 +00:00
5 lines
80 B
Rust
5 lines
80 B
Rust
#![feature(rustdoc_internals)]
|
|
|
|
#[doc(keyword = "foo df")] //~ ERROR
|
|
mod foo {}
|