Add suggestion for missing compile flag group
This commit is contained in:
parent
3ddb78a346
commit
2a60f090b9
5 changed files with 19 additions and 4 deletions
|
|
@ -0,0 +1 @@
|
|||
// compile-flags: --llvm-args
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
error: Unrecognized option: 'llvm-args'. Did you mean `-C llvm-args`?
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
// compile-flags: --unpretty=hir
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
error: Unrecognized option: 'unpretty'. Did you mean `-Z unpretty`?
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue