Manish Goregaokar

Results 1183 comments of Manish Goregaokar

I'll try to do this when I get a chance

Both would be helpful, yes. It's taking a while because I'm travelling rn and primarily using my work computer; and while I have my personal laptop I'm not using it...

The build seems to have failed due to an issue with rust-openssl. Hmm.

Yeah, that's what I mean, you can use `doc(cfg)` to make that work IIRC

What if this was a drop-in rustc replacement that stored its own metadata in target/ and then called rustc?

HIR changes slightly around once a week.

> I _really_ don't want to get into the practice of relying on component-level features to determine the set of keys used for anything, including the registry. Components are simply...

So to make it clear, my personal motivation is that vendoring of pre-1.0 experimental crates is annoying and I'd rather not have to deal with that. They're explicitly unstable and...

Yeah that seems fair. Experimental's the annoying one anyway since upgrading those can take effort

I think that interaction between datagen components is about as complicated as the interaction between their base crates, yes? It's still nice to not have to deal with the cyclic...