Open
Description
Apparently (#5747) we can use notation such as
```compile_fail,E0271
// test that fails with code E0271
```
This isn't documented anywhere, but it is a feature for Rust developers according to @Manishearth. We should use it everywhere to make sure our compile_fail
tests continue failing for the same reason.