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

Commit

Permalink
Stabilize i128_type
Browse files Browse the repository at this point in the history
[git filter-repo] original commit: rust-lang/rust@7ce8191
  • Loading branch information
mark-i-m committed Mar 26, 2018
1 parent 76709b7 commit d5ad5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
#![deny(warnings)]
#![forbid(unsafe_code)]

#![feature(i128_type)]
#![cfg_attr(stage0, feature(slice_patterns))]
#![cfg_attr(stage0, feature(i128_type))]
#![feature(try_from)]

// See librustc_cratesio_shim/Cargo.toml for a comment explaining this.
Expand Down
2 changes: 1 addition & 1 deletion tests/ieee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#![feature(i128_type)]
#![cfg_attr(stage0, feature(i128_type))]

#[macro_use]
extern crate rustc_apfloat;
Expand Down

0 comments on commit d5ad5ea

Please sign in to comment.