Mara Bos
|
56426db0b6
|
Add test for format_args!("{}", 0) in const.
|
2025-04-30 13:18:21 +02:00 |
|
Caio
|
db17be84fe
|
[generic_assert] Constify methods used by the formatting system
|
2025-01-05 20:49:04 -03:00 |
|
Michael Goulet
|
92f93f6d11
|
Note def descr in NonConstFunctionCall
|
2024-12-23 22:15:32 +00:00 |
|
Ben Kimock
|
9763222f59
|
Move the checks for Arguments constructors to inline const
|
2024-05-24 21:09:15 -04:00 |
|
Mara Bos
|
f2f6bcc499
|
Don't allow new const panic through format flattening.
panic!("a {}", "b") is still not allowed in const,
even if the hir flattens to panic!("a b").
|
2023-03-16 11:21:50 +01:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|