]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/macros/stringify.rs
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / ui / macros / stringify.rs
index fdc2a7666d69b0a6ccbaad809fd933bf45124919..79d8cd7571603d1c458db2ffbfd2a7bc2810368e 100644 (file)
@@ -4,7 +4,6 @@
 
 #![feature(async_closure)]
 #![feature(box_patterns)]
-#![feature(box_syntax)]
 #![feature(const_trait_impl)]
 #![feature(decl_macro)]
 #![feature(generators)]
@@ -91,9 +90,6 @@ fn test_block() {
 
 #[test]
 fn test_expr() {
-    // ExprKind::Box
-    assert_eq!(stringify_expr!(box expr), "box expr");
-
     // ExprKind::Array
     assert_eq!(stringify_expr!([]), "[]");
     assert_eq!(stringify_expr!([true]), "[true]");