Jonathan Brouwer
4884de4452
Rollup merge of #151873 - petrochenkov:resrefact, r=lqd,estebank
...
resolve: Remove `force` parameter from `resolve_ident_in_scope`
`force == true` is used for turning `Determinacy::Undetermined` into `Determinacy::Determined` during error recovery.
It's only needed in two places:
- `resolve_macro_or_delegation_path` - the normal case
- `resolve_path_with_ribs` - obscure case, only when resolving visibilities and only for improving diagnostics in `tests\ui\resolve\visibility-indeterminate.rs`, I'm not actually sure if we should keep it
In other cases `Determinacy::Undetermined` is just ignored or can be propagated.
2026-01-30 21:33:11 +01:00
..
2025-11-23 20:34:07 +00:00
2026-01-25 02:49:32 +00:00
2026-01-29 23:40:38 +11:00
2026-01-24 15:35:08 +01:00
2025-11-10 09:57:08 +08:00
2026-01-27 12:50:49 +11:00
2026-01-25 02:49:32 +00:00
2026-01-29 12:07:01 +00:00
2026-01-30 15:52:38 +00:00
2025-11-05 11:25:27 +00:00
2026-01-29 17:47:29 +01:00
2026-01-27 12:50:50 +11:00
2026-01-25 02:49:32 +00:00
2026-01-26 17:31:34 +00:00
2026-01-28 19:03:51 +11:00
2026-01-29 14:52:09 +00:00
2026-01-30 15:59:34 +00:00
2026-01-27 14:22:53 +01:00
2025-11-05 11:25:27 +00:00
2026-01-22 02:34:28 +00:00
2025-12-31 03:01:05 +01:00
2026-01-18 18:30:11 +01:00
2026-01-22 00:37:43 -05:00
2026-01-29 14:52:09 +00:00
2026-01-30 15:59:34 +00:00
2026-01-21 20:03:56 -05:00
2025-12-24 06:41:42 +00:00
2025-12-20 13:46:22 +00:00
2026-01-30 15:52:38 +00:00
2026-01-30 15:59:34 +00:00
2026-01-10 12:41:50 +09:00
2026-01-30 08:42:12 +00:00
2026-01-21 12:02:26 +11:00
2026-01-16 04:25:12 +05:30
2026-01-29 17:47:29 +01:00
2026-01-27 12:50:50 +11:00
2025-12-27 11:20:42 +01:00
2026-01-30 17:41:07 +11:00
2026-01-22 02:34:28 +00:00
2026-01-23 11:07:55 +01:00
2026-01-30 21:18:29 +11:00
2026-01-22 02:34:28 +00:00
2026-01-30 21:33:11 +01:00
2026-01-20 13:41:32 +11:00
2026-01-19 18:26:53 +11:00
2026-01-30 13:20:23 +01:00
2026-01-22 13:35:42 +01:00
2026-01-29 11:11:40 +00:00
2026-01-29 22:34:09 +11:00
2026-01-28 19:03:51 +11:00
2026-01-30 15:52:38 +00:00
2026-01-20 13:41:32 +11:00
2026-01-30 01:45:52 +00:00
2026-01-08 14:10:33 +01:00
2026-01-29 17:47:29 +01:00
2025-12-12 07:33:09 +01:00
2026-01-30 21:18:29 +11:00
2026-01-30 21:18:29 +11:00
2026-01-30 21:32:37 +03:00
2025-12-21 22:11:33 +01:00
2025-11-05 11:25:29 +00:00
2026-01-26 14:36:22 +11:00
2026-01-30 15:52:38 +00:00
2026-01-21 12:53:45 +01:00
2026-01-27 17:18:46 -08:00
2025-12-20 13:46:22 +00:00
2026-01-29 17:47:29 +01:00
2026-01-19 16:08:54 +00:00
2026-01-12 09:22:58 +11:00
2026-01-29 11:11:40 +00:00
2026-01-29 11:11:40 +00:00
2025-12-16 01:47:28 +02:00