]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw/raw-str-unbalanced.stderr
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / test / ui / parser / raw / raw-str-unbalanced.stderr
1 error: too many `#` when terminating raw string
2   --> $DIR/raw-str-unbalanced.rs:3:9
3    |
4 LL |       "##
5    |         ^ help: remove the extra `#`
6    |
7    = note: the raw string started with 1 `#`s
8
9 error: aborting due to previous error
10