mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-24 15:59:39 +00:00
Merge pull request #21318 from rust-lang/rustc-pull
minor: Rustc pull update
This commit is contained in:
commit
624761a864
@ -166,6 +166,9 @@ fn capture_specific_fields() {
|
||||
*a + x + (*b as i64)
|
||||
}
|
||||
}
|
||||
// FIXME: These tests currently fail, because rust-analyzer hasn't yet implemented the changes
|
||||
// introduced in rust-lang/rust#138961. See rust-lang/rust-analyzer#21274 for more discussion.
|
||||
/*
|
||||
size_and_align_expr! {
|
||||
struct X(i64, i32, (u8, i128));
|
||||
let y: X = X(2, 5, (7, 3));
|
||||
@ -183,6 +186,7 @@ fn capture_specific_fields() {
|
||||
a + x + (b as i64)
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
#[test]
|
||||
@ -194,6 +198,9 @@ fn match_pattern() {
|
||||
x
|
||||
}
|
||||
}
|
||||
// FIXME: These tests currently fail, because rust-analyzer hasn't yet implemented the changes
|
||||
// introduced in rust-lang/rust#138961. See rust-lang/rust-analyzer#21274 for more discussion.
|
||||
/*
|
||||
size_and_align_expr! {
|
||||
minicore: copy;
|
||||
stmts: [
|
||||
@ -206,6 +213,7 @@ fn match_pattern() {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
size_and_align_expr! {
|
||||
minicore: copy;
|
||||
stmts: [
|
||||
|
||||
@ -1 +1 @@
|
||||
0208ee09be465f69005a7a12c28d5eccac7d5f34
|
||||
f41f40408d719aa9ae0c6bfa17619d8f3f9e5b99
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user