We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152e277 commit 8832f0aCopy full SHA for 8832f0a
tests/ui/borrowck/static-trait-bound-lost-closure.rs renamed to tests/ui/borrowck/static-trait-bound-lost.rs
@@ -1,6 +1,6 @@
1
// This test is a reduced version of a bug introduced during work on type-tests for Polonius.
2
-// The underlying problem is that the 'static bound is lost for a closure that is threaded
3
-// deeply enough, causing an error.
+// The underlying problem is that the 'static bound is lost for a type parameter that is
+// threaded deeply enough, causing an error.
4
// The bug was first observed in exr-1.4.1/src/image/read/mod.rs:124:5 during perf test.
5
6
//@ check-pass
0 commit comments