rust/tests/rustdoc-ui/invalid-keyword.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
80 B
Rust
Raw Normal View History

2021-10-30 15:44:50 +00:00
#![feature(rustdoc_internals)]
#[doc(keyword = "foo df")] //~ ERROR
mod foo {}