summary refs log tree commit diff
path: root/src/test/compile-fail/concat.rs
AgeCommit message (Expand)AuthorLines
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