beef

Results 128 comments of beef

It looks like the undock method will not be called as well

@bjorn3 not long ago I had an idea about aggressive mir optimizations for cg_clif instead of just trying to produce higher quality LLVM IR, I don't know if it should...

@pinkforest It's been added in rust 1.58, which is not released yet.

Updated and used the api. Tested on the cloud desktop.

Coming back to this, I don't believe `build-std` currently has a problem with proc-macro and buildscript builds confusing host-defined std with custom-built std. These lines: https://github.com/rust-lang/cargo/blob/c9a8199e927192d4f03f73a14f97faa29c9df956/src/cargo/core/compiler/unit_dependencies.rs#L159-L168 .. already avoid attaching...

Okay so I did some testing and found that no `--target` basically works the same as `--target $HOST`. I have updated some tests to make sure that this is indeed...

@ehuss I am unfamiliar with how artifact dependencies work and I would like this to land. Since these two are both unstable features now, could we note the certain incompatibilities...

> This is somewhat why I really want constness to be a generic param, so we can have an `Infer` variant that will only fall back to the context after...