fix two compile-fail tests that were still using -Zedition
This commit is contained in:
parent
c1d8aa829c
commit
c8c9bf97e3
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// ignore-tidy-linelength
|
||||
// compile-flags: -Zedition=2015 -Zunstable-options
|
||||
// compile-flags: --edition=2015 -Zunstable-options
|
||||
|
||||
// tests that editions work with the tyvar warning-turned-error
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// ignore-tidy-linelength
|
||||
// compile-flags: -Zedition=2018 -Zunstable-options
|
||||
// compile-flags: --edition=2018 -Zunstable-options
|
||||
|
||||
// tests that editions work with the tyvar warning-turned-error
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue