Nick Amos

Results 4 comments of Nick Amos

For what it's worth, in VS Code you can fix this by adding `"rust-analyzer.server.extraEnv": { "CARGO_TARGET_DIR": "target/rust-analyzer" }` to your `settings.json`. This will make rust-analyzer use a separate target directory,...

> with the cursor on `foo` we should offer an assist that generates a type alias for the function's signature > > ``` > type FooFn = unsafe fn(u32) ->...