rust/tests/ui/rustdoc/renamed-features-rustdoc_internals.rs

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

6 lines
112 B
Rust
Raw Normal View History

2021-11-17 14:09:45 -06:00
#![feature(doc_keyword)] //~ ERROR
#![feature(doc_primitive)] //~ ERROR
#![crate_type = "lib"]
pub fn foo() {}