5 lines
52 B
Rust
5 lines
52 B
Rust
|
#![feature(foo)]
|
||
|
extern crate stable;
|
||
|
|
||
|
fn main() {}
|