about summary refs log tree commit diff
path: root/src/test/ui/const-generics
diff options
context:
space:
mode:
authorByron Zhong <byronzhong@cs.uchicago.edu>2022-10-27 01:36:07 -0500
committerByron Zhong <byronzhong@cs.uchicago.edu>2022-10-27 01:36:07 -0500
commit545702e432fb2c7971940f64f7cb57b0275ca500 (patch)
treecb98a4778916912fff020f10cf87a5a76a359d19 /src/test/ui/const-generics
parentc0472a5450f3e2a39d2ea1f64d8886411b377667 (diff)
downloadrust-545702e432fb2c7971940f64f7cb57b0275ca500.tar.gz
rust-545702e432fb2c7971940f64f7cb57b0275ca500.zip
Correct inconsistent error messages in tests
Diffstat (limited to 'src/test/ui/const-generics')
-rw-r--r--src/test/ui/const-generics/issues/issue-82956.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/issues/issue-82956.stderr b/src/test/ui/const-generics/issues/issue-82956.stderr
index c8b999da981..d2320293e85 100644
--- a/src/test/ui/const-generics/issues/issue-82956.stderr
+++ b/src/test/ui/const-generics/issues/issue-82956.stderr
@@ -2,7 +2,7 @@ error[E0433]: failed to resolve: use of undeclared type `IntoIter`
   --> $DIR/issue-82956.rs:25:24
    |
 LL |         let mut iter = IntoIter::new(self);
-   |                        ^^^^^^^^ not found in this scope
+   |                        ^^^^^^^^ use of undeclared type `IntoIter`
    |
 help: consider importing one of these items
    |