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 cf463de commit 1f4eb87Copy full SHA for 1f4eb87
tests/ui/traits/impl-2.rs
@@ -10,7 +10,7 @@ pub mod Foo {
10
}
11
12
mod Bar {
13
- impl<'a> dyn (crate::Foo::Trait) + 'a {
+ impl<'a> dyn crate::Foo::Trait + 'a {
14
fn bar(&self) { self.foo() }
15
16
0 commit comments