5 lines
82 B
Rust
5 lines
82 B
Rust
#![allow(stable_features)]
|
|
#![feature(rust1)]
|
|
pub fn main() { }
|
|
// ignore-license
|