Files
rust/tests/ui
Guillaume Gomez 7d372aec2f Rollup merge of #140700 - Kivooeo:new-fix-six, r=davidtwco,fmease
Don't crash on error codes passed to `--explain` which exceed our internal limit of 9999

removed panic in case where we do `--explain > 9999` and added check for it

now error looks like this instead of ICE
```
$ rustc.exe --explain E10000
error: E10000 is not a valid error code
```
fixes #140647
r? `@fmease`
2025-05-07 18:19:06 +02:00
..
2025-05-03 17:22:52 +02:00
2025-05-06 23:28:28 +05:30
2025-03-03 08:52:07 +01:00
2025-03-11 20:26:10 -07:00
2025-02-24 18:48:40 +00:00
2025-04-03 21:41:58 +00:00
2025-04-25 20:50:57 +09:00
2025-05-03 17:22:52 +02:00
2025-04-21 16:16:38 +09:00
2025-04-29 18:19:26 +02:00
2025-03-30 01:32:21 +03:00
2025-05-03 17:22:52 +02:00
2025-04-04 09:44:19 +02:00
2025-03-11 20:26:10 -07:00
2025-03-27 14:11:11 +01:00
2025-04-25 20:50:57 +09:00
2025-05-05 21:09:31 +02:00
2025-02-27 10:26:33 +00:00
2025-04-03 21:41:58 +00:00
2025-04-03 21:41:58 +00:00
2025-04-04 16:32:18 +02:00