Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit d5ad5ea

Browse files
committed
Stabilize i128_type
[git filter-repo] original commit: rust-lang/rust@7ce8191
1 parent 76709b7 commit d5ad5ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
#![deny(warnings)]
4747
#![forbid(unsafe_code)]
4848

49-
#![feature(i128_type)]
5049
#![cfg_attr(stage0, feature(slice_patterns))]
50+
#![cfg_attr(stage0, feature(i128_type))]
5151
#![feature(try_from)]
5252

5353
// See librustc_cratesio_shim/Cargo.toml for a comment explaining this.

tests/ieee.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![feature(i128_type)]
11+
#![cfg_attr(stage0, feature(i128_type))]
1212

1313
#[macro_use]
1414
extern crate rustc_apfloat;

0 commit comments

Comments
 (0)