Files
rust/compiler/rustc_session/src
Nicholas Nethercote b023671ce2 Add pattern_complexity_limit to Limits.
It's similar to the other limits, e.g. obtained via `get_limit`. So it
makes sense to handle it consistently with the other limits. We now use
`Limit`/`usize` in most places instead of `Option<usize>`, so we use
`Limit::new(usize::MAX)`/`usize::MAX` to emulate how `None` used to work.

The commit also adds `Limit::unlimited`.
2025-02-17 09:30:33 +11:00
..
2025-01-30 15:30:04 +00:00
2025-02-13 19:47:55 +00:00
2024-12-19 15:30:32 +00:00
2025-02-03 12:53:57 -08:00
2025-02-08 22:12:13 +00:00