Looks like too much stuff is breaking on this, so let's make it only a warning for now to ease transition Change-Id: I52d50ceb1fe1fbe9f4e28d0aabf3537f7e4d52d1
10 lines
181 B
TOML
10 lines
181 B
TOML
[[test]]
|
|
name = "parse-okay-warn"
|
|
runner = "parse-okay"
|
|
matrix = true
|
|
|
|
[[test]]
|
|
runner = "parse-okay"
|
|
flags = ["--extra-deprecated-features", "rec-set-dynamic-attrs"]
|
|
matrix = true
|