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

ices/81006.rs: fixed with errors #618

Merged
merged 1 commit into from
Jan 19, 2021
Merged

ices/81006.rs: fixed with errors #618

merged 1 commit into from
Jan 19, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#81006

fn main() {
    let _ = format!("→{} \t");
}
=== stdout ===
=== stderr ===
error: 1 positional argument in format string, but no arguments were given
 --> /home/runner/work/glacier/glacier/ices/81006.rs:2:23
  |
2 |     let _ = format!("→{} \t");
  |                       ^^

error: aborting due to previous error

==============

=== stdout ===
=== stderr ===
error: 1 positional argument in format string, but no arguments were given
 --> /home/runner/work/glacier/glacier/ices/81006.rs:2:23
  |
2 |     let _ = format!("→{} \t");
  |                       ^^

error: aborting due to previous error

==============
@Alexendoo Alexendoo merged commit 407ffa6 into master Jan 19, 2021
@Alexendoo Alexendoo deleted the autofix/ices/81006.rs branch January 19, 2021 15:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants