Files
lix/tests/functional2/lang/attrs-dynamic-rec/test.toml
T
piegames ef2fd27467 deprecated-features/rec-set-dynamic-attrs: Downgrade to warning for now
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
2026-02-11 12:24:35 +01:00

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