We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da79b0 commit 33ce698Copy full SHA for 33ce698
build.rs
@@ -1,3 +1,8 @@
1
+//! WARNING - This file is not part of the release
2
+//!
3
+//! We only use this file to emit `cfg(nightly)` which
4
+//! is only necessary for benchmarks.
5
+
6
fn main() {
7
let version_meta = rustc_version::version_meta().unwrap();
8
// Enable "nightly" cfg if the current compiler is nightly.
0 commit comments