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 2ee402a commit b353ff4Copy full SHA for b353ff4
gcc/testsuite/rust/compile/issue-3974.rs
@@ -0,0 +1,8 @@
1
+impl<'a, F> RunUntil<'a, F> {
2
+ // { dg-error "could not resolve type path" "" { target *-*-* } .-1 }
3
+ fn project<'pin>() -> Projection<'pin, 'a, F> {
4
5
+ Self!()
6
+ // { dg-error "could not resolve macro invocation" "" { target *-*-* } .-1 }
7
+ }
8
+}
0 commit comments