rust/src/test/rustdoc-ui/rustc-check-passes.rs

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

5 lines
75 B
Rust
Raw Normal View History

2021-02-27 18:36:15 +01:00
#![feature(box_syntax)]
#![feature(box_syntax)] //~ ERROR
pub fn foo() {}