Move test to correct path.
This commit is contained in:
parent
3da9dea491
commit
dc4043075e
2 changed files with 3 additions and 3 deletions
|
@ -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() {}
|
Loading…
Add table
Add a link
Reference in a new issue