|
|
|
|
|
by steveklabnik
338 days ago
|
|
A language specification is not required to be qualified. The behavior of the compiler needs to be described. https://rust-lang.github.io/fls/ This is effectively a fork of the Rust Reference, made by Ferrous, and laid out in a way that allowed the compiler to be qualified. It now lives at this URL, because it's being adopted by upstream as the spec. |
|
I'm not following what you meant by this though, it seems like a contradiction:
> A language specification is not required to be qualified. The behavior of the compiler needs to be described.
But they're putting work into reviving the language spec, to enable certification? Also, if the source language hasn't been described, then surely the compiler's behaviour hasn't been described.
Or did you mean that their documentation is for the Ferrous flavour of Rust and might not reflect the latest version of the Rust language?