softdevteam / ykrustc

Yorick Meta-tracer
Other
6 stars 4 forks source link

Cater for changes to ykpack::TypeId. #167

Closed vext01 closed 3 years ago

vext01 commented 3 years ago

Cater for changes to ykpack::TypeId.

Companion to https://github.com/softdevteam/yk/pull/216

ci-yk: vext01 better-typeid

ptersilie commented 3 years ago

bors r+

ptersilie commented 3 years ago

bors r-

bors[bot] commented 3 years ago

Canceled.

ptersilie commented 3 years ago

Please prime.

ptersilie commented 3 years ago

Go go go!

bors r+

bors[bot] commented 3 years ago

Build failed:

vext01 commented 3 years ago
error[E0277]: the trait bound `TyIndex: std::default::Default` is not satisfied
  --> compiler/rustc_codegen_ssa/src/sir.rs:75:27
   |
75 |                 next_idx: Default::default(),
   |                           ^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `TyIndex`
   |
   = note: required by `std::default::Default::default`

Maybe something has changed in the meantime. I did test this.

Investigating.

vext01 commented 3 years ago

OK to squash?

ptersilie commented 3 years ago

Go ahead.

vext01 commented 3 years ago

squashed.

ptersilie commented 3 years ago

bors r+

bors[bot] commented 3 years ago

Build succeeded: