diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-23 22:37:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-23 22:37:06 +0100 |
commit | 01f1f10feccb3f4bc25d5c39b60c0d4a59e17b52 (patch) | |
tree | 1249f16d02f4be224f5154b4b163aae178be75cb /crates/ra_proc_macro_srv/Cargo.toml | |
parent | 4f0cb81a2e4364994d23474d7738125d1cb56573 (diff) | |
parent | 5cc9546ca0d5ac0d733e5ea39cbfceb5984482e0 (diff) | |
parent | 80a42a0628f7655c3299fbf4c5a15e31990b35d3 (diff) |
Merge #4111 #4112
4111: Record definitions in `extern` blocks r=jonas-schievink a=jonas-schievink
Enables completion of extern functions and statics.
Closes https://github.com/rust-analyzer/rust-analyzer/issues/3711
4112: Add Launch configuration for release build r=matklad a=jonas-schievink
The debug build takes very long until I can test anything useful, with the release build it's much quicker. Add another Run configuration for it.
Co-authored-by: Jonas Schievink <[email protected]>