summaryrefslogtreecommitdiffstats
path: root/vendor/annotate-snippets-0.8.0/tests/fixtures/no-color/simple.txt
blob: 752cc890fba4d64b9d365057101e4e461c3ac52c (plain)
1
2
3
4
5
6
7
8
9
error: expected one of `.`, `;`, `?`, or an operator, found `for`
   --> src/format_color.rs:171:9
    |
169 |         })
    |           - expected one of `.`, `;`, `?`, or an operator here
170 | 
171 |         for line in &self.body {
    |         ^^^ unexpected token
    |