rust/tests/ui/attributes/doc-test-literal.rs

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

5 lines
87 B
Rust
Raw Normal View History

#![doc(test(""))]
//~^ ERROR `#![doc(test(...)]` does not take a literal
fn main() {}