summaryrefslogtreecommitdiffstats
path: root/tests/ui/target-feature/similar-feature-suggestion.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/target-feature/similar-feature-suggestion.stderr')
-rw-r--r--tests/ui/target-feature/similar-feature-suggestion.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/target-feature/similar-feature-suggestion.stderr b/tests/ui/target-feature/similar-feature-suggestion.stderr
index 2f376065f..f39dfd401 100644
--- a/tests/ui/target-feature/similar-feature-suggestion.stderr
+++ b/tests/ui/target-feature/similar-feature-suggestion.stderr
@@ -1,6 +1,6 @@
-warning: unknown feature specified for `-Ctarget-feature`: `rdrnd`
+warning: unknown and unstable feature specified for `-Ctarget-feature`: `rdrnd`
|
- = note: it is still passed through to the codegen backend
+ = note: it is still passed through to the codegen backend, but use of this feature might be unsound and the behavior of this feature can change in the future
= help: you might have meant: `rdrand`
warning: 1 warning emitted