From e9224b37968f8bf56c0bbac206312ef84dad3b74 Mon Sep 17 00:00:00 2001 From: mejrs <> Date: Tue, 27 Sep 2022 23:12:52 +0200 Subject: [PATCH] Add newline --- src/test/ui/suggestions/inner_type.fixed | 2 +- src/test/ui/suggestions/inner_type.rs | 2 +- src/test/ui/suggestions/inner_type2.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/ui/suggestions/inner_type.fixed b/src/test/ui/suggestions/inner_type.fixed index 327bf7caa72..811b959b8c0 100644 --- a/src/test/ui/suggestions/inner_type.fixed +++ b/src/test/ui/suggestions/inner_type.fixed @@ -37,4 +37,4 @@ fn main() { another_item.write().unwrap().some_mutable_method(); //~^ ERROR no method named `some_mutable_method` found for struct `RwLock` in the current scope [E0599] //~| HELP use `.write()` to mutably borrow the `Struct`, blocking the current thread until it can be acquired -} \ No newline at end of file +} diff --git a/src/test/ui/suggestions/inner_type.rs b/src/test/ui/suggestions/inner_type.rs index a8c1c5d386a..96c797a6d81 100644 --- a/src/test/ui/suggestions/inner_type.rs +++ b/src/test/ui/suggestions/inner_type.rs @@ -37,4 +37,4 @@ fn main() { another_item.some_mutable_method(); //~^ ERROR no method named `some_mutable_method` found for struct `RwLock` in the current scope [E0599] //~| HELP use `.write()` to mutably borrow the `Struct`, blocking the current thread until it can be acquired -} \ No newline at end of file +} diff --git a/src/test/ui/suggestions/inner_type2.rs b/src/test/ui/suggestions/inner_type2.rs index 8dea8100c28..c56ea7c030d 100644 --- a/src/test/ui/suggestions/inner_type2.rs +++ b/src/test/ui/suggestions/inner_type2.rs @@ -23,4 +23,4 @@ fn main() { item.method(); //~^ ERROR no method named `method` found for union `MaybeUninit` in the current scope [E0599] //~| HELP if this `MaybeUninit::>` has been initialized, use one of the `assume_init` methods to access the inner value -} \ No newline at end of file +}