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

Commit 3a5b365

Browse files
committed
Tweak code
1 parent c26ae48 commit 3a5b365

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

ices/97695.sh renamed to fixed/97695.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ where
2222
<Wrap<'a> as Associate>::Associated::create();
2323
}
2424
25-
pub fn main() {}
25+
fn main() {}
2626
2727
EOF

ices/97698.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ impl Lock {
77
}
88
}
99
}
10+
11+
fn main() {}

ices/97706.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ pub fn repeat(f: impl FnOnce(f64) -> f64 + Clone, times: usize) -> impl FnOnce(f
2121
repeat_helper(f.clone(), f, times)
2222
}
2323

24-
pub fn main() {}
24+
fn main() {}

ices/97728.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/sh
22

33
rustc -Zmir-opt-level=3 --emit=mir - << EOF
4-
5-
64
// check-pass
75
86
#![allow(dead_code)]
@@ -66,5 +64,4 @@ where
6664
6765
fn main() {}
6866
69-
7067
EOF

0 commit comments

Comments
 (0)