about summary refs log tree commit diff
path: root/src/test/ui/macros/bad-concat.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-8/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-19review comments: modify note wording and change `println`Esteban Küber-0/+18
- Don't print the newline on its own to avoid the possibility of printing it out of order due to `stdout` locking. - Modify wording of `concat!()` with non-literals to not mislead into believing that only `&str` literals are accepted. - Add test for `concat!()` with non-literals.