about summary refs log tree commit diff
path: root/tests/ui/type/issue-91268.stderr
blob: db7b5a188cf8b41b0413cea8aa0397472f1c4b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error: this file contains an unclosed delimiter
  --> $DIR/issue-91268.rs:6:12
   |
LL | fn main() {
   |           - unclosed delimiter
LL |     0: u8(ţ
   |          - ^
   |          |
   |          unclosed delimiter

error: aborting due to 1 previous error