We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead14a8 commit 4073ee2Copy full SHA for 4073ee2
.github/workflows/main.yml
@@ -229,7 +229,7 @@ jobs:
229
with:
230
submodules: true
231
- name: Install Rust
232
- run: rustup update 1.55.0 && rustup default 1.55.0
+ run: rustup update 1.58.0 && rustup default 1.58.0
233
- run: cargo build
234
235
miri:
tests/accuracy/main.rs
@@ -103,7 +103,7 @@ fn verify(filelines: &[Pos]) {
103
loop {
104
let sym = match symbols.next() {
105
Some(sym) => sym,
106
- None => panic!("{}", "failed to find {file}:{line}"),
+ None => panic!("failed to find {file}:{line}"),
107
};
108
if let Some(filename) = sym.filename() {
109
if let Some(lineno) = sym.lineno() {
0 commit comments