| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-19 | Improve diagnostics for `concat_bytes!` with C string literals | Trevor Gross | -3/+4 | |
| Use the same error as other invalid types for `concat_bytes!`, rather than using `ConcatCStrLit` from `concat!`. Also add more information with a note about why this doesn't work, and a suggestion to use a null-terminated byte string instead. | ||||
| 2025-06-18 | Add a test for `concat_bytes!` with C strings | Trevor Gross | -0/+24 | |
| Also ensure the suggestions are checked, since this will be updated. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+50 | |
