Skip to content

Commit 44089c8

Browse files
committed
Fix failing compile tests
1 parent 6912b2d commit 44089c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ use lib::*;
88
struct Oracle;
99
impl Backend for Oracle {}
1010
impl<'a, T:'a, Tab> QueryFragment<Oracle> for BatchInsert<'a, T, Tab> {}
11-
// ~^ ERROR E0210
11+
//~^ ERROR E0210
1212

1313
fn main() {}

src/test/ui/re_rebalance_coherence/coherence-pair-covered-uncovered-1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ use lib::{Remote1, Pair};
2121
pub struct Local<T>(T);
2222

2323
impl<T, U> Remote1<Pair<T, Local<U>>> for i32 { }
24+
//~^ ERROR E0117
2425

2526
fn main() { }

0 commit comments

Comments
 (0)