diff options
| author | Nathan Moreau <nathan.moreau@m4x.org> | 2020-06-18 15:14:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 15:14:48 +0200 |
| commit | 00177f542976601d7f114fed82caaa3daad7b177 (patch) | |
| tree | 81159ee736e56ce508f528b80f91e7769b9e3cef /.github | |
| parent | 9eb2c632e32e9979a1694c1e62961d7ad66e8f4a (diff) | |
| download | rust-mode-00177f542976601d7f114fed82caaa3daad7b177.tar.gz | |
compile-mode integration: add link to code references. (#391)
This allows to jump to code references such as lines 82 and 132 in the
following snippet error message.
error[E0061]: this function takes 1 parameter but 2 parameters were supplied
--> file6.rs:132:34
|
82 | fn duration_ms_since(time: &Option<SystemTime>) -> u128 {
| ------------------------------------------------------- defined here
...
132 | self.total_time_ms = duration_ms_since(&self.program_start, 2);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions
