logoalt Hacker News

pjmlpyesterday at 7:41 AM1 replyview on HN

It has clang tidy, -std=lang-version, and preprocessor that is version aware.

Rust editions don't cover all use cases that one can think of regarding language evolution, and requires full access to source code.


Replies

SkiFire13yesterday at 11:08 AM

> requires full access to source code

What do you mean? Editions don't require full access to source code. Rust in general relies heavily on having access to source code, but that has nothing to do with how editions work

show 2 replies