summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/re-rebalance-coherence.rs
blob: 38d096b08e14811fa142a8765bfc0550e88f8a0a (plain)
1
2
3
4
5
6
7
8
9
10
11
// run-pass
// aux-build:re_rebalance_coherence_lib.rs

extern crate re_rebalance_coherence_lib as lib;
use lib::*;

struct Oracle;
impl Backend for Oracle {}
impl<'a, T:'a, Tab> QueryFragment<Oracle> for BatchInsert<'a, T, Tab> {}

fn main() {}