Tyler Mandry

Results 101 comments of Tyler Mandry

This option exists! [`-C force-unwind-tables`](https://doc.rust-lang.org/rustc/codegen-options/index.html#force-unwind-tables)

Looking at the current implementation in Chalk, I believe the `Implemented(Self as Foo)` condition ought to be moved from the `WellFormed` rule to the fallback rule, as follows: ```rust //...

Okay, interesting, thanks for the explanation. As I understand these rules, they're basically saying that `::Item` and `(Foo::Item

This post says a lot of good things. I would add though that I don't think _negative_ bounds are correct for automatic contexts. Rather, like auto traits, they should be...

I like using commas in both contexts!

For globals like this we may want to make them un-overridable for soundness, e.g. using the `final` keyword. cc @joshtriplett

Unfortunately, the only way I know of to do this involves a private API (specifically, `_AXUIElementGetWindow` to get the `CGWindowID`; then you can use `CGWindowListCreate` to get the windows in...

Thanks, I'll consider it. I don't know if that behavior is documented anywhere so I can verify I'm doing the right thing, but that's true for a lot of aspects...

> would it be possible to update the Fuchsia toolchain we use in CI to a newer version? This is planned to be done in the next couple months, but...