Skip to content

Commit

Permalink
Move test to correct path.
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Oct 3, 2021
1 parent 3da9dea commit dc40430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ trait TimerContext {
impl<C> TimerContext for C
where
C: StackContext,
//~^ ERROR: is not satisfied [E0277]
//~^ ERROR: is not satisfied [E0277]
{
type Handler = Ctx<C::Dispatcher>;
//~^ ERROR: is not satisfied [E0277]
//~^ ERROR: is not satisfied [E0277]
}

struct EthernetWorker<C>(C)
where
Ctx<()>: for<'a> BufferUdpStateContext<&'a ()>;
impl<C> EthernetWorker<C> {}
//~^ ERROR: is not satisfied [E0277]
//~^ ERROR: is not satisfied [E0277]

fn main() {}
File renamed without changes.

0 comments on commit dc40430

Please sign in to comment.