no other warn calls were found, which have position information Change-Id: If9773b86a756e5b2e4096d3f6b3a5114bfed5bee
13 lines
719 B
Plaintext
13 lines
719 B
Plaintext
warning: __overrides attributes are deprecated and will be removed in the future. Use --extra-deprecated-features rec-set-overrides to silence this warning.
|
|
at «stdin»:3:16:
|
|
2| # Should warn
|
|
3| { a = rec {}; a.__overrides = {}; }
|
|
| ^
|
|
4| rec { __overrides = {}; }
|
|
warning: __overrides attributes are deprecated and will be removed in the future. Use --extra-deprecated-features rec-set-overrides to silence this warning.
|
|
at «stdin»:4:8:
|
|
3| { a = rec {}; a.__overrides = {}; }
|
|
4| rec { __overrides = {}; }
|
|
| ^
|
|
5| # Should not warn: Not recursive
|