diff options
Diffstat (limited to '')
-rw-r--r-- | src/test/ui/target-feature/similar-feature-suggestion.stderr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/ui/target-feature/similar-feature-suggestion.stderr b/src/test/ui/target-feature/similar-feature-suggestion.stderr new file mode 100644 index 000000000..2f376065f --- /dev/null +++ b/src/test/ui/target-feature/similar-feature-suggestion.stderr @@ -0,0 +1,7 @@ +warning: unknown feature specified for `-Ctarget-feature`: `rdrnd` + | + = note: it is still passed through to the codegen backend + = help: you might have meant: `rdrand` + +warning: 1 warning emitted + |