Tags: sarvex/rust-mode
Tags
Merge pull request rust-lang#414 from RadicalZephyr/fix-cargo-compila… …tion-regex Fix cargo compilation regex
compile-mode integration: add link to code references. (rust-lang#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); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Merge pull request rust-lang#267 from jthemphill/patch-1 Bump version
Merge pull request rust-lang#178 from ryuslash/master Bump version - this commit will also be added as a version tag.