]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unsafe/unsafe-block-without-braces.stderr
Remove "here" from "expected one of X here"
[rust.git] / src / test / ui / unsafe / unsafe-block-without-braces.stderr
1 error: expected one of `extern`, `fn`, or `{`, found `std`
2   --> $DIR/unsafe-block-without-braces.rs:3:9
3    |
4 LL |     unsafe //{
5    |           - expected one of `extern`, `fn`, or `{`
6 LL |         std::mem::transmute::<f32, u32>(1.0);
7    |         ^^^ unexpected token
8
9 error: aborting due to previous error
10