]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/deprecation/deprecated_no_stack_check.stderr
Reword malformed attribute input diagnostics
[rust.git] / src / test / ui / deprecation / deprecated_no_stack_check.stderr
index c936a550b3aca006107d387564d674fff0c24926..141664c109228a0d1fb6d87f2d7f5eb2674e829d 100644 (file)
@@ -2,7 +2,7 @@ error[E0557]: feature has been removed
   --> $DIR/deprecated_no_stack_check.rs:2:12
    |
 LL | #![feature(no_stack_check)]
-   |            ^^^^^^^^^^^^^^
+   |            ^^^^^^^^^^^^^^ feature has been removed
 
 error: aborting due to previous error