diff options
| author | kadiwa <kalle.wachsmuth@gmail.com> | 2023-04-17 09:16:07 +0200 |
|---|---|---|
| committer | kadiwa <kalle.wachsmuth@gmail.com> | 2023-04-17 09:16:07 +0200 |
| commit | 85653831f7b11b969a099b61e3736a85ea26ce66 (patch) | |
| tree | cf13e508f30af0e92b32f750bce22f8a1cc2cba8 /tests/ui | |
| parent | 8a778ca1e35e4a8df95c00d800100d95e63e7722 (diff) | |
| download | rust-85653831f7b11b969a099b61e3736a85ea26ce66.tar.gz rust-85653831f7b11b969a099b61e3736a85ea26ce66.zip | |
typos
Diffstat (limited to 'tests/ui')
| -rw-r--r-- | tests/ui/borrowck/borrowck-block-uninit.rs (renamed from tests/ui/borrowck/borrowck-block-unint.rs) | 0 | ||||
| -rw-r--r-- | tests/ui/borrowck/borrowck-block-uninit.stderr (renamed from tests/ui/borrowck/borrowck-block-unint.stderr) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/borrowck/borrowck-block-unint.rs b/tests/ui/borrowck/borrowck-block-uninit.rs index 8d13b25a357..8d13b25a357 100644 --- a/tests/ui/borrowck/borrowck-block-unint.rs +++ b/tests/ui/borrowck/borrowck-block-uninit.rs diff --git a/tests/ui/borrowck/borrowck-block-unint.stderr b/tests/ui/borrowck/borrowck-block-uninit.stderr index f47921a9752..1a5969586f2 100644 --- a/tests/ui/borrowck/borrowck-block-unint.stderr +++ b/tests/ui/borrowck/borrowck-block-uninit.stderr @@ -1,5 +1,5 @@ error[E0381]: used binding `x` isn't initialized - --> $DIR/borrowck-block-unint.rs:4:11 + --> $DIR/borrowck-block-uninit.rs:4:11 | LL | let x: isize; | - binding declared here but left uninitialized |
