rust/tests/ui/resolve/suggestions
Matthias Krüger b826d06771
Rollup merge of #149791 - clubby789:cfg-bool-lints, r=jdonszelmann
Remove uses of `cfg({any()/all()})`

~~This implements the followup warning suggested in https://github.com/rust-lang/rfcs/pull/3695~~
~~Lint against an empty `cfg(any/all)`, suggest the boolean literal equivalents.~~
https://github.com/rust-lang/rust/pull/149791#issuecomment-3638624348

Tracking issue: https://github.com/rust-lang/rust/issues/131204
2025-12-12 12:19:09 +01:00
..
auxiliary move tests/ui/resolve/suggest* to tests/ui/resolve/suggestions/ 2025-07-03 23:11:57 +08:00
sugg-field-in-format-string-issue-141136.rs Add println! test for sugg-field-in-format-string-issue-141136 2025-05-20 14:10:17 +08:00
sugg-field-in-format-string-issue-141136.stderr Add println! test for sugg-field-in-format-string-issue-141136 2025-05-20 14:10:17 +08:00
suggest-builder-fn.rs move tests/ui/resolve/suggest* to tests/ui/resolve/suggestions/ 2025-07-03 23:11:57 +08:00
suggest-builder-fn.stderr move tests/ui/resolve/suggest* to tests/ui/resolve/suggestions/ 2025-07-03 23:11:57 +08:00
suggest-constructor-cycle-error.rs move tests/ui/resolve/suggest* to tests/ui/resolve/suggestions/ 2025-07-03 23:11:57 +08:00
suggest-constructor-cycle-error.stderr move tests/ui/resolve/suggest* to tests/ui/resolve/suggestions/ 2025-07-03 23:11:57 +08:00
suggest-import-without-clobbering-attrs.fixed Remove uses of cfg(any()/all()) 2025-12-10 23:41:19 +00:00
suggest-import-without-clobbering-attrs.rs Remove uses of cfg(any()/all()) 2025-12-10 23:41:19 +00:00
suggest-import-without-clobbering-attrs.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
suggest-path-for-tuple-struct.rs move tests/ui/resolve/suggest* to tests/ui/resolve/suggestions/ 2025-07-03 23:11:57 +08:00
suggest-path-for-tuple-struct.stderr move tests/ui/resolve/suggest* to tests/ui/resolve/suggestions/ 2025-07-03 23:11:57 +08:00
suggest-path-instead-of-mod-dot-item.rs move tests/ui/resolve/suggest* to tests/ui/resolve/suggestions/ 2025-07-03 23:11:57 +08:00
suggest-path-instead-of-mod-dot-item.stderr Make typo in field and name suggestions verbose 2025-12-09 17:29:23 +00:00