]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-52060.stderr
Various minor/cosmetic improvements to code
[rust.git] / src / test / ui / issues / issue-52060.stderr
index 988bfd480e6add84fde91a482dd2aafb86cebee9..7c3f7695549f0e43e5947e5fbbbe85a0adeb3302 100644 (file)
@@ -10,7 +10,7 @@ error: `core::slice::<impl [T]>::len` is not yet stable as a const fn
 LL | static B: [u32; 1] = [0; A.len()];
    |                          ^^^^^^^
    |
-   = help: in Nightly builds, add `#![feature(const_slice_len)]` to the crate attributes to enable
+   = help: add `#![feature(const_slice_len)]` to the crate attributes to enable
 
 error: aborting due to 2 previous errors