We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f9c529 + 5792d72 commit 80c17b8Copy full SHA for 80c17b8
tests/integration/panic.rs
@@ -1,6 +1,6 @@
1
use chalk_integration::interner::{ChalkIr, RawId};
2
use chalk_ir::*;
3
-use chalk_rust_ir::*;
+use chalk_solve::rust_ir::*;
4
use chalk_solve::{RustIrDatabase, SolverChoice};
5
use std::sync::Arc;
6
@@ -54,7 +54,7 @@ impl RustIrDatabase<ChalkIr> for MockDatabase {
54
}
55
56
assert_eq!(id.0.index, 0);
57
- Arc::new(chalk_rust_ir::TraitDatum {
+ Arc::new(TraitDatum {
58
id,
59
binders: Binders::new(
60
VariableKinds::new(&ChalkIr),
0 commit comments