4 lines
78 B
Rust
4 lines
78 B
Rust
|
#![allow(unknown_features)]
|
||
|
#![feature(bogus)]
|
||
|
fn main() { }
|
||
|
// ignore-license
|