From e90cf07dd6785a34cbece152adc57dfcb3fbdd80 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 22 Nov 2017 09:40:36 +0100 Subject: fix ci --- tests/cfail/wrong-threshold.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/cfail/wrong-threshold.rs') diff --git a/tests/cfail/wrong-threshold.rs b/tests/cfail/wrong-threshold.rs index b46f82d..b974071 100644 --- a/tests/cfail/wrong-threshold.rs +++ b/tests/cfail/wrong-threshold.rs @@ -39,7 +39,6 @@ fn idle() -> ! { fn exti0(mut ot: &mut Threshold, r: EXTI0::Resources) { r.A.claim(&mut ot, |_a, mut _it| { //~^ error cannot borrow `ot` as mutable more than once at a time - //~| error cannot borrow `ot` as mutable more than once at a time // ERROR must use inner token `it` instead of the outer one (`ot`) r.B.claim(&mut ot, |_b, _| {}) }); -- cgit v1.2.3