about summary refs log tree commit diff
path: root/tests/ui/parser/float-field.rs
AgeCommit message (Collapse)AuthorLines
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-2/+2
2024-02-28Use `LitKind::Err` for floats with unsupported bases.Nicholas Nethercote-7/+9
This slightly changes error messages in `float-field.rs`, but nothing of real importance.
2024-02-28Reformat `float-field.rs` test.Nicholas Nethercote-20/+49
- Put every literal in its own braces, rather than just some of them, for maximal error recovery. - Add a blank line between every case, for readability.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+62