Josiah Bills

Results 49 comments of Josiah Bills

No it doesn't: ``` use std::fs::File; fn main() { let f = File::create("hello_world").unwrap(); write!(f, "hello world"); } ``` Error appears on `f`, no assist.

Is that a reason to leave this issue closed?

Yes, I am having an issue where an executable is being copied to my `build` directory, not my `build/Debug` (or whatever) directory. This is with the VS generator. Some tests...

Apologies for the lockfile changes, don't know what is up with them. Want me to revert them?

> What kind of tests are failing? Corrosions tests or tests from your project? > I guess changing the default location the artifact is copied to in Multi-Config mode has...

Failing test is not due to me I think

Hey, if you can put up with long times between me responding to review, I can put up with long review times, thanks!

I want to give this one a shot. If it turns out to be beyond me or I don't have the time I will give an update.