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