We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
atc_accounting
1 parent a2b7c84 commit 8f470b3Copy full SHA for 8f470b3
src/lowering/test.rs
@@ -193,10 +193,9 @@ fn atc_accounting() {
193
assert_eq!(
194
&impl_text[..].replace(",\n", "\n"),
195
&r#"ImplDatum {
196
+ polarity: Positive,
197
binders: for<type> ImplDatumBound {
- trait_ref: Positive(
198
- Vec<^0> as Iterable
199
- ),
+ trait_ref: Vec<^0> as Iterable,
200
where_clauses: [],
201
associated_ty_values: [
202
AssociatedTyValue {
@@ -207,8 +206,8 @@ fn atc_accounting() {
207
206
}
208
209
],
210
- impl_type: Local
211
- }
+ },
+ impl_type: Local
212
}"#
213
.replace(",\n", "\n")
214
);
0 commit comments