Skip to content

Commit 90fccaa

Browse files
committed
Auto merge of rust-lang#3305 - rust-lang:rustup-2024-02-18, r=saethlin
Automatic Rustup
2 parents 55f29d2 + 7a83e2f commit 90fccaa

File tree

175 files changed

+9851
-3243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+9851
-3243
lines changed

Cargo.lock

-3
Original file line numberDiff line numberDiff line change
@@ -2541,9 +2541,6 @@ dependencies = [
25412541
[[package]]
25422542
name = "miropt-test-tools"
25432543
version = "0.1.0"
2544-
dependencies = [
2545-
"regex",
2546-
]
25472544

25482545
[[package]]
25492546
name = "native-tls"

compiler/rustc_ast/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
#![allow(internal_features)]
1313
#![feature(rustdoc_internals)]
1414
#![feature(associated_type_bounds)]
15+
#![feature(associated_type_defaults)]
1516
#![feature(box_patterns)]
1617
#![feature(if_let_guard)]
1718
#![feature(let_chains)]
1819
#![cfg_attr(bootstrap, feature(min_specialization))]
20+
#![feature(never_type)]
1921
#![feature(negative_impls)]
2022
#![feature(stmt_expr_attributes)]
2123

0 commit comments

Comments
 (0)