about summary refs log tree commit diff
path: root/src/test/compile-fail/concat.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-16/+0
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-2/+2
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-0/+1
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-0/+1
2013-10-31Implement a concat!() format extensionAlex Crichton-0/+14