We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da9dea commit dc40430Copy full SHA for dc40430
src/test/ui/traits/issue-89118.rs src/test/ui/higher-rank-trait-bounds/normalize-under-binder/issue-89118.rs
@@ -17,16 +17,16 @@ trait TimerContext {
17
impl<C> TimerContext for C
18
where
19
C: StackContext,
20
- //~^ ERROR: is not satisfied [E0277]
+ //~^ ERROR: is not satisfied [E0277]
21
{
22
type Handler = Ctx<C::Dispatcher>;
23
24
}
25
26
struct EthernetWorker<C>(C)
27
28
Ctx<()>: for<'a> BufferUdpStateContext<&'a ()>;
29
impl<C> EthernetWorker<C> {}
30
-//~^ ERROR: is not satisfied [E0277]
+//~^ ERROR: is not satisfied [E0277]
31
32
fn main() {}
src/test/ui/traits/issue-89118.stderr src/test/ui/higher-rank-trait-bounds/normalize-under-binder/issue-89118.stderr
0 commit comments