diff options
| author | oliveredget <188809800+oliveredget@users.noreply.github.com> | 2024-12-24 23:37:30 +0800 |
|---|---|---|
| committer | oliveredget <188809800+oliveredget@users.noreply.github.com> | 2024-12-24 23:37:30 +0800 |
| commit | be1d5dd494172ad8ff1676a52762f3fe90d2ffcb (patch) | |
| tree | e6e6699ac147eabeb6bf567d4cae98d1c33b43f5 /tests | |
| parent | 32c8a9f49d5b753ccb0aee2fd1f7a232a9c5baf3 (diff) | |
| download | rust-be1d5dd494172ad8ff1676a52762f3fe90d2ffcb.tar.gz rust-be1d5dd494172ad8ff1676a52762f3fe90d2ffcb.zip | |
chore: fix typos
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/traits/non_lifetime_binders/basic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/non_lifetime_binders/basic.rs b/tests/ui/traits/non_lifetime_binders/basic.rs index 7e45b76434a..533891bf830 100644 --- a/tests/ui/traits/non_lifetime_binders/basic.rs +++ b/tests/ui/traits/non_lifetime_binders/basic.rs @@ -1,5 +1,5 @@ //@ check-pass -// Basic test that show's we can succesfully typeck a `for<T>` where clause. +// Basic test that show's we can successfully typeck a `for<T>` where clause. #![feature(non_lifetime_binders)] //~^ WARN the feature `non_lifetime_binders` is incomplete |
