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

ices/70381.rs: fixed with errors #460

Merged
merged 1 commit into from
Aug 29, 2020
Merged

ices/70381.rs: fixed with errors #460

merged 1 commit into from
Aug 29, 2020

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#70381

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

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/70381.rs:2:16
  |
2 |     print!("\r¡{}");
  |                ^^

error: aborting due to previous error

==============
@Alexendoo Alexendoo merged commit 27de349 into master Aug 29, 2020
@Alexendoo Alexendoo deleted the autofix/ices/70381.rs branch August 29, 2020 20:25
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.

None yet

2 participants