sublime-rust v2.17.0-prerelease Release Notes

Release Date: 2018-08-31 // over 5 years ago
    • โž• Add debug logging feature. #291
      ๐Ÿ— Run Rust: Open Debug Log command to open the log, used by on-save check and build.
    • โž• Add eprint and eprintln snippets. #283
    • ๐Ÿ›  Some minor word-wrapping fixes. #315
    • Syntax: Some where improvements. #303
    • Syntax: allow new lines and comments in lambda parameters #307
    • ๐Ÿ‘ Syntax: Support dyn traits. #308
    • Syntax: Anonymous lifetimes #319
    • ๐Ÿ‘ Syntax: Support trait definition bounds and type parameters. #320
    • ๐Ÿ‘ Syntax: Support attributes in type parameters. #321
    • Syntax: Unreserve reserved keywords. #322
    • Syntax: Rework enums #323
    • ๐Ÿ‘ Syntax: Support comments near struct/union. #324
    • ๐Ÿ‘ Syntax: Support *const raw pointer in (some) type positions. #325
    • Syntax: Rewrite macro_rules #326
    • ๐Ÿ‘ Syntax: Support never type in type params. #327
    • ๐Ÿ‘ Syntax: Support HRTB in all type positions. #328
    • Syntax: Fix unsafe prefix for function types. #329
    • Syntax: Fix extern in fn type. #330