]> git.lizzy.rs Git - rust.git/blob - src/test/ui/raw/raw-literal-self.stderr
Auto merge of #53383 - nnethercote:HybridIdxSetBuf, r=nikomatsakis
[rust.git] / src / test / ui / raw / raw-literal-self.stderr
1 error: `r#self` is not currently supported.
2   --> $DIR/raw-literal-self.rs:15:14
3    |
4 LL | fn self_test(r#self: u32) {
5    |              ^^^^^^
6
7 error: aborting due to previous error
8