about summary refs log tree commit diff
path: root/tests/ui/stability-attribute/const-stability-attribute-implies-using-stable.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/stability-attribute/const-stability-attribute-implies-using-stable.stderr')
-rw-r--r--tests/ui/stability-attribute/const-stability-attribute-implies-using-stable.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/stability-attribute/const-stability-attribute-implies-using-stable.stderr b/tests/ui/stability-attribute/const-stability-attribute-implies-using-stable.stderr
index 050834ab676..34bf1c6c10a 100644
--- a/tests/ui/stability-attribute/const-stability-attribute-implies-using-stable.stderr
+++ b/tests/ui/stability-attribute/const-stability-attribute-implies-using-stable.stderr
@@ -12,7 +12,7 @@ LL | #![deny(stable_features)]
 help: if you are using features which are still unstable, change to using `const_foobar`
    |
 LL | #![feature(const_foobar)]
-   |            ~~~~~~~~~~~~
+   |                     +++
 help: if you are using features which are now stable, remove this line
    |
 LL - #![feature(const_foo)]