diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2022-09-18 19:55:36 +0400 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2022-10-01 10:03:06 +0000 |
| commit | 13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa (patch) | |
| tree | f683e6adf1d562c87135e109f3b8fbc9c1886a07 /src/test/ui/modules | |
| parent | ad3d1fc9d535bf4399c88a0fa97aeddb2c0c8f51 (diff) | |
| download | rust-13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa.tar.gz rust-13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa.zip | |
bless ui tests
Diffstat (limited to 'src/test/ui/modules')
| -rw-r--r-- | src/test/ui/modules/special_module_name.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/modules/special_module_name.stderr b/src/test/ui/modules/special_module_name.stderr index 8b3da29386d..bc4b4f1b318 100644 --- a/src/test/ui/modules/special_module_name.stderr +++ b/src/test/ui/modules/special_module_name.stderr @@ -20,9 +20,9 @@ warning: found module declaration for lib.rs LL | mod lib; | ^^^^^^^^ | - = note: `#[warn(special_module_name)]` on by default = note: lib.rs is the root of this crate's library target = help: to refer to it from other targets, use the library's name as the path + = note: `#[warn(special_module_name)]` on by default warning: found module declaration for main.rs --> $DIR/special_module_name.rs:4:1 |
