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

Commit 0bd469c

Browse files
committed
ices/87308.sh: fixed with no errors
=== stdout === #![feature(prelude_import)] #![no_std] #[prelude_import] use ::std::prelude::rust_2015::*; #[macro_use] extern crate std; macro_rules! foo { () => { break 'x ; } //~ ERROR use of undeclared label `'x` } pub fn main() { loop { } } === stderr === ==============
1 parent 3b24f8e commit 0bd469c

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)