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

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() {}