MyGit

1.44.0

rust-lang/rust

版本发布时间: 2020-09-10 16:08:41

rust-lang/rust最新发布版本:1.82.0(2024-10-18 00:44:34)

Language

Syntax-only changes

#[cfg(FALSE)]
mod foo {
    mod bar {
        mod baz; // `foo/bar/baz.rs` doesn't exist, but no error!
    }
}

These are still rejected semantically, so you will likely receive an error but these changes can be seen and parsed by macros and conditional compilation.

Compiler

Libraries

Stabilized APIs

Cargo

Misc

Compatibility Notes

Internal Only

These changes provide no direct user facing benefits, but represent significant improvements to the internals and overall performance of rustc and related tools.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2020-09-10发行的版本