Eric Huss

Results 775 comments of Eric Huss

More information about this is over at https://github.com/rust-lang/rust/issues/92185#issuecomment-999935682. These are likely the same issue, but I am not certain.

I don't think it is linked to libstdc++.dylib ``` > otool -L rustc rustc: @rpath/librustc_driver-e04c6e4bb2b707be.dylib (compatibility version 0.0.0, current version 0.0.0) @rpath/libstd-e0d1108e51bfb0d5.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libSystem.B.dylib (compatibility...

@lopopolo Yea, it's the same issue. @lilyball clippy is not built with jemalloc.

I'd leave it up to the clippy team to set the priority for fixing clippy specifically. Fixing for rustc is probably low priority, as the official builds use jemalloc. I'm...

Thanks for the report. I think this is a duplicate of #7451. There is some sort of strange interaction of Linux Large File Support with a 64-bit host and a...

Perhaps I'm not understanding the suggestion here, but if this asking for the ability to read a book as-is offline, then that is currently tracked in #546. Does that cover...

Yea, `cargo rustc` does not use the arguments passed to it when probing the target config. Unfortunately I don't think this would be particularly easy to do, since the flags...

Can you say more about your use case about why the `Cargo.lock` is out of date? You wouldn't be able to run any other cargo command, either, so just allowing...

Yea, that's probably reasonable, though I'm uncertain. I don't think it's terribly bad if there is some duplication, the main concern is that we don't have the resources to keep...

I'm going to propose to postpone this RFC. I think we all agree that this would be a great thing to have, but I think there are some big questions,...