bors
889701db1f
Auto merge of #129183 - estebank:cfg-visitor, r=davidtwco
...
Detect more `cfg`d out items in resolution errors
Use a visitor to collect *all* items (including those nested) that were stripped behind a `cfg` condition.
```
error[E0425]: cannot find function `f` in this scope
--> $DIR/nested-cfg-attrs.rs:4:13
|
LL | fn main() { f() }
| ^ not found in this scope
|
note: found an item that was configured out
--> $DIR/nested-cfg-attrs.rs:2:4
|
LL | fn f() {}
| ^
note: the item is gated here
--> $DIR/nested-cfg-attrs.rs:1:35
|
LL | #[cfg_attr(all(), cfg_attr(all(), cfg(FALSE)))]
| ^^^^^^^^^^
```
2025-08-02 05:09:31 +00:00
..
2025-07-14 09:25:54 +00:00
2025-07-29 14:17:48 +00:00
2025-07-31 19:56:11 +10:00
2025-07-31 19:58:04 +10:00
2025-07-31 14:19:27 +02:00
2025-07-28 06:08:48 +05:00
2025-07-28 06:08:48 +05:00
2025-07-31 14:19:27 +02:00
2025-08-01 21:07:49 +00:00
2025-07-31 14:19:27 +02:00
2025-07-30 19:55:07 +08:00
2025-07-31 14:19:27 +02:00
2025-07-31 17:19:40 +02:00
2025-07-31 17:19:40 +02:00
2025-07-31 21:51:29 +02:00
2025-07-25 22:24:21 +02:00
2025-07-31 19:58:04 +10:00
2025-07-23 13:33:23 +02:00
2025-06-28 23:36:46 +00:00
2025-08-01 00:38:20 -04:00
2025-08-02 05:09:31 +00:00
2025-07-31 14:19:27 +02:00
2025-07-31 14:19:27 +02:00
2025-08-01 21:07:49 +00:00
2025-07-31 14:19:27 +02:00
2025-08-01 21:07:49 +00:00
2025-07-31 19:58:04 +10:00
2025-07-31 19:58:04 +10:00
2025-08-01 04:06:21 +00:00
2025-08-02 01:59:11 +00:00
2025-07-10 10:25:29 -05:00
2025-07-31 17:19:40 +02:00
2025-08-01 09:47:47 +02:00
2025-07-31 17:19:39 +02:00
2025-07-31 14:19:27 +02:00
2025-07-31 14:19:27 +02:00
2025-08-02 01:59:11 +00:00
2025-07-31 17:19:40 +02:00
2025-07-28 06:10:14 +05:00
2025-07-31 14:19:27 +02:00
2025-07-31 14:19:27 +02:00
2025-08-01 21:07:49 +00:00
2025-07-31 17:19:39 +02:00
2025-07-08 10:16:44 +00:00
2025-07-31 14:19:27 +02:00
2025-07-31 19:58:04 +10:00
2025-08-02 01:59:11 +00:00
2025-07-31 19:58:04 +10:00
2025-07-31 19:58:04 +10:00
2025-07-23 23:54:37 +00:00
2025-07-07 12:58:16 +00:00
2025-07-31 14:19:27 +02:00
2025-08-02 05:09:31 +00:00
2025-07-31 19:58:04 +10:00
2025-07-05 10:55:42 +02:00
2025-07-28 08:50:59 +00:00
2025-07-29 14:54:47 +08:00
2025-07-31 19:58:04 +10:00
2025-08-01 09:59:03 +02:00
2025-06-28 17:58:21 +08:00
2025-08-01 21:07:49 +00:00
2025-08-01 04:06:21 +00:00
2025-07-31 19:58:04 +10:00
2025-07-31 17:38:28 +00:00
2025-08-01 21:07:49 +00:00