]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/issues/issue-83466.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / const-generics / issues / issue-83466.rs
index c488a663fbb002167bc811f735dc594ed21c798f..73c9301011d58693e52f12d50925c538d706d58f 100644 (file)
@@ -1,5 +1,5 @@
 // regression test for #83466- tests that generic arg mismatch errors between
-// consts and types are not supressed when there are explicit late bound lifetimes
+// consts and types are not suppressed when there are explicit late bound lifetimes
 
 struct S;
 impl S {