Dylan DPC
879d6f257b
Rollup merge of #109212 - Ezrashaw:no-similar-sugg-for-unstable, r=estebank
...
fix: don't suggest similar method when unstable
Fixes #109177
Don't display typo suggestions for unstable things, unless the feature flag is enabled.
AFAIK, there are two places this occurs:
- `rustc_resolve`: before type checking, effectively just `FnCtxt::Free`.
- `rustc_hir_typck`: during type checking, for `FnCtxt::Assoc(..)`s.
The linked issue is about the latter, obviously the issue is applicable to both.
r? `@estebank`
2023-03-19 15:33:58 +05:30
..
2023-03-12 14:57:38 +01:00
2023-03-17 16:01:53 -03:00
2023-03-16 11:21:50 +01:00
2023-03-09 21:55:00 +01:00
2023-03-14 16:19:57 +00:00
2023-03-12 13:19:46 +00:00
2023-03-15 23:30:12 +13:00
2023-03-18 12:04:21 +01:00
2023-03-11 17:44:43 -08:00
2023-03-16 11:21:50 +01:00
2023-03-11 21:29:28 +00:00
2023-03-13 17:31:55 +04:00
2023-03-12 13:19:46 +00:00
2023-03-14 10:12:58 +00:00
2023-03-14 13:16:52 +00:00
2023-03-10 20:32:24 +13:00
2023-03-12 13:19:46 +00:00
2023-03-18 12:04:23 +01:00
2023-03-15 15:09:29 +00:00
2023-03-12 16:38:54 +01:00
2023-03-15 22:19:54 +13:00
2023-03-12 13:19:46 +00:00
2023-03-13 21:35:20 +00:00
2023-03-17 07:36:18 +08:00
2023-03-19 15:33:57 +05:30
2023-03-17 14:36:22 +08:00
2023-03-12 13:19:46 +00:00
2023-03-13 14:10:16 +01:00
2023-03-14 10:12:58 +00:00
2023-03-15 22:19:54 +13:00
2023-03-14 19:12:42 +00:00
2023-03-12 13:19:46 +00:00
2023-03-11 21:29:28 +00:00
2023-03-12 14:57:38 +01:00
2023-03-11 15:43:11 +01:00
2023-03-09 20:49:11 +00:00
2023-03-18 16:19:00 +13:00
2023-03-12 13:19:46 +00:00
2023-03-18 00:05:54 +01:00
2023-03-13 19:05:06 +00:00
2023-03-10 23:25:32 +05:30
2023-03-17 15:33:24 +00:00
2023-03-09 20:49:11 +00:00
2023-03-18 09:17:37 +01:00
2023-03-16 12:16:27 +01:00
2023-03-12 13:19:46 +00:00
2023-03-12 13:19:46 +00:00