| #![allow(unused_imports)] |
| use std::ptr::read; //~ ERROR keyword `use` is written in the wrong case |
| use std::ptr::write; //~ ERROR keyword `use` is written in the wrong case |
| //~^ ERROR keyword `fn` is written in the wrong case |
| //~^ ERROR keyword `fn` is written in the wrong case |
| //~^ ERROR keyword `async` is written in the wrong case |
| //~| ERROR keyword `fn` is written in the wrong case |
| //~^ ERROR keyword `async` is written in the wrong case |
| //~^ ERROR keyword `const` is written in the wrong case |
| //~| ERROR keyword `unsafe` is written in the wrong case |
| //~| ERROR keyword `fn` is written in the wrong case |
| //~^ ERROR keyword `unsafe` is written in the wrong case |
| //~| ERROR keyword `extern` is written in the wrong case |
| //~^ ERROR keyword `extern` is written in the wrong case |
| //~| ERROR keyword `fn` is written in the wrong case |