about summary refs log tree commit diff
path: root/src/test/ui
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2018-03-16 20:15:56 -0500
committerMark Mansi <markm@cs.wisc.edu>2018-03-26 08:37:56 -0500
commitdb7d9ea480e16c7135c997f56b44d3c0a657cc9d (patch)
tree53d11378eae87a1b1f56d9835aa69e410fc1b82b /src/test/ui
parent33d9d8e0c62e6eeb3c9406a251312c630c2b3596 (diff)
downloadrust-db7d9ea480e16c7135c997f56b44d3c0a657cc9d.tar.gz
rust-db7d9ea480e16c7135c997f56b44d3c0a657cc9d.zip
Stabilize i128 feature too
Diffstat (limited to 'src/test/ui')
-rw-r--r--src/test/ui/error-codes/E0658.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0658.stderr b/src/test/ui/error-codes/E0658.stderr
index 5be05600ee5..f4294e6b026 100644
--- a/src/test/ui/error-codes/E0658.stderr
+++ b/src/test/ui/error-codes/E0658.stderr
@@ -4,7 +4,7 @@ error[E0658]: use of unstable library feature 'i128' (see issue #35118)
 LL |     let _ = ::std::u128::MAX; //~ ERROR E0658
    |             ^^^^^^^^^^^^^^^^
    |
-   = help: add #![feature(i128)] to the crate attributes to enable
+   = help: add #![feature(repri128)] to the crate attributes to enable
 
 error: aborting due to previous error