Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 17f0350

Browse files
committed
ices/84737.sh: fixed with no errors
=== stdout === === stderr === warning: unnecessary braces around const expression --> <anon>:5:26 | 5 | async fn test(test: [(); { 0 }]) { | ^^ ^^ | = note: `#[warn(unused_braces)]` on by default help: remove these braces | 5 - async fn test(test: [(); { 0 }]) { 5 + async fn test(test: [(); 0]) { | warning: function is never used: `test` --> <anon>:5:10 | 5 | async fn test(test: [(); { 0 }]) { | ^^^^ | = note: `#[warn(dead_code)]` on by default warning: 2 warnings emitted ==============
1 parent 0f4cfc5 commit 17f0350

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)