Querify global_backend_features
At the very least this serves to deduplicate the diagnostics that are output about unknown target features provided via CLI.
This commit is contained in:
parent
c97c216efd
commit
df701a292c
10 changed files with 58 additions and 48 deletions
|
|
@ -2,17 +2,5 @@ warning: unknown feature specified for `-Ctarget-feature`: `banana`
|
|||
|
|
||||
= note: features must begin with a `+` to enable or `-` to disable it
|
||||
|
||||
warning: unknown feature specified for `-Ctarget-feature`: `banana`
|
||||
|
|
||||
= note: features must begin with a `+` to enable or `-` to disable it
|
||||
|
||||
warning: unknown feature specified for `-Ctarget-feature`: `banana`
|
||||
|
|
||||
= note: features must begin with a `+` to enable or `-` to disable it
|
||||
|
||||
warning: unknown feature specified for `-Ctarget-feature`: `banana`
|
||||
|
|
||||
= note: features must begin with a `+` to enable or `-` to disable it
|
||||
|
||||
warning: 4 warnings emitted
|
||||
warning: 1 warning emitted
|
||||
|
||||
|
|
|
|||
|
|
@ -3,20 +3,5 @@ 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: unknown feature specified for `-Ctarget-feature`: `rdrnd`
|
||||
|
|
||||
= note: it is still passed through to the codegen backend
|
||||
= help: did you mean: `rdrand`
|
||||
|
||||
warning: unknown feature specified for `-Ctarget-feature`: `rdrnd`
|
||||
|
|
||||
= note: it is still passed through to the codegen backend
|
||||
= help: did you mean: `rdrand`
|
||||
|
||||
warning: unknown feature specified for `-Ctarget-feature`: `rdrnd`
|
||||
|
|
||||
= note: it is still passed through to the codegen backend
|
||||
= help: did you mean: `rdrand`
|
||||
|
||||
warning: 4 warnings emitted
|
||||
warning: 1 warning emitted
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue