RustDT v0.7.0 Release Notes

Release Date: 2016-11-01 // over 7 years ago
    • โž• Added support for Rust 1.12 new error message format. (#130)
      • Please upgrade to Rust 1.12 or later because the previous Rust toolchain versions are no longer supported in RustDT.
      • (Thanks to https://github.com/PieterPenninckx for the contribution)
      • Note: be aware of this Cargo issue which might sometimes prevent errors to be parsed by RustDT. This will be addressed in a future RustDT release (see #138)
    • ๐Ÿ‘Œ Improved syntax highlighting for macro invocations (foo!=bar no longer highlights foo! as a macro)
    • โž• Added more extensive doc code snippet.
    • โž• Added matchRes and matchOpt code snippets.
    • 0๏ธโƒฃ Default setting for "auto-insert" of Code Snippets is now false.
    • โž• Added --force to Cargo tool "Download" button in toolchain preferences page.
    • ๐Ÿ›  Fixed: finding Build Target executables for crates that have a dash ('-') in the name. (the dash is converted to an underscore).
    • ๐Ÿ›  Fixed stale validation message for location field in New Project Wizard.
    • ๐Ÿ›  Fixed stale validation message for Build Command field in Build Targets property page and Launch Configurations dialog.
    • ๐Ÿ›  Fixed editor NPE when opening files from a non-workspace VCS revision.
    • ๐Ÿ›  Fixed: "IllegalStateException: Invalid table definition" during Cargo manifest parsing. (#129)