Add suggestion for missing compile flag group

This commit is contained in:
Cameron Steffen 2021-06-27 18:15:16 -05:00
parent 3ddb78a346
commit 2a60f090b9
5 changed files with 19 additions and 4 deletions

View file

@ -0,0 +1 @@
// compile-flags: --llvm-args

View file

@ -0,0 +1,2 @@
error: Unrecognized option: 'llvm-args'. Did you mean `-C llvm-args`?

View file

@ -0,0 +1 @@
// compile-flags: --unpretty=hir

View file

@ -0,0 +1,2 @@
error: Unrecognized option: 'unpretty'. Did you mean `-Z unpretty`?