d5f2b8e5c6
this avoids having to rebuild the whole compiler on each commit when `omit-git-hash = false`.
5 lines
52 B
Rust
5 lines
52 B
Rust
#![feature(foo)]
|
|
extern crate stable;
|
|
|
|
fn main() {}
|