diff options
| author | Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | 2023-10-08 10:06:17 +0000 |
|---|---|---|
| committer | Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | 2023-10-08 10:06:17 +0000 |
| commit | a8830631b9446c8b48cd4eba1ef448eb5a258cdc (patch) | |
| tree | d5caa0da3bd6cdd6ad7d2893de213e331815855e /tests/ui/error-codes | |
| parent | 996ffcb718941fc36ec5fdee38ed99ce20ec06d5 (diff) | |
| download | rust-a8830631b9446c8b48cd4eba1ef448eb5a258cdc.tar.gz rust-a8830631b9446c8b48cd4eba1ef448eb5a258cdc.zip | |
remove trailing dots
Diffstat (limited to 'tests/ui/error-codes')
| -rw-r--r-- | tests/ui/error-codes/E0311.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0311.stderr b/tests/ui/error-codes/E0311.stderr index 4ac7c8e1310..96546b83f2f 100644 --- a/tests/ui/error-codes/E0311.stderr +++ b/tests/ui/error-codes/E0311.stderr @@ -6,7 +6,7 @@ LL | fn no_restriction<T>(x: &()) -> &() { LL | with_restriction::<T>(x) | ^^^^^^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds | -help: consider adding an explicit lifetime bound... +help: consider adding an explicit lifetime bound | LL | fn no_restriction<'a, T: 'a>(x: &'a ()) -> &'a () { | +++ ++++ ++ ++ |
