mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 22:16:53 +00:00
fix two compile-fail tests that were still using -Zedition
This commit is contained in:
parent
c1d8aa829c
commit
c8c9bf97e3
@ -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…
Reference in New Issue
Block a user