mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Move test to correct path.
This commit is contained in:
parent
3da9dea491
commit
dc4043075e
@ -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…
Reference in New Issue
Block a user