Rustup to rustc 1.75.0-nightly (0039d739d 2023-10-18)

This commit is contained in:
bjorn3 2023-10-19 12:39:40 +00:00
parent 5f2d3ac041
commit bdc597d512
3 changed files with 6 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#![cfg_attr(not(bootstrap), allow(internal_features))]
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
#![cfg_attr(not(bootstrap), doc(rust_logo))]
#![cfg_attr(all(doc, not(bootstrap)), allow(internal_features))]
#![cfg_attr(all(doc, not(bootstrap)), feature(rustdoc_internals))]
#![cfg_attr(all(doc, not(bootstrap)), doc(rust_logo))]
#![feature(rustc_private)]
// Note: please avoid adding other feature gates where possible
#![warn(rust_2018_idioms)]