mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 20:54:13 +00:00
rustc: Long lines
This commit is contained in:
parent
2904095570
commit
f72ef31ede
@ -945,7 +945,8 @@ impl CoherenceChecker {
|
||||
let self_type = self.get_self_type_for_implementation(*impl_info);
|
||||
match ty::get(self_type.ty).sty {
|
||||
ty::ty_class(type_def_id, _) => {
|
||||
tcx.destructor_for_type.insert(type_def_id, method_def_id);
|
||||
tcx.destructor_for_type.insert(type_def_id,
|
||||
method_def_id);
|
||||
tcx.destructors.insert(method_def_id, ());
|
||||
}
|
||||
_ => {
|
||||
|
Loading…
Reference in New Issue
Block a user