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

ices/83340.rs: fixed with errors #703

Merged
merged 1 commit into from
Mar 28, 2021
Merged

ices/83340.rs: fixed with errors #703

merged 1 commit into from
Mar 28, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#83340

fn main() {
    println!(
        "\
            \n {} │",
    );
}
=== stdout ===
=== stderr ===
error: 1 positional argument in format string, but no arguments were given
 --> /home/runner/work/glacier/glacier/ices/83340.rs:4:16
  |
4 |             \n {} │",
  |                ^^

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/83340.rs:4:16
  |
4 |             \n {} │",
  |                ^^

error: aborting due to previous error

==============
@JohnTitor JohnTitor merged commit 755b56a into master Mar 28, 2021
@JohnTitor JohnTitor deleted the autofix/ices/83340.rs branch March 28, 2021 12:11
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