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

ices/105334.sh: fixed with errors #1478

Merged
merged 1 commit into from
Jan 5, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 4, 2023

Issue: rust-lang/rust#105334

#!/bin/bash

cat > out.rs <<'EOF'

impl Vec< br##"*.."## > {}

fn main() {}

EOF

rustdoc out.rs
=== stdout ===
=== stderr ===
error[E0747]: constant provided when a type was expected
 --> out.rs:2:11
  |
2 | impl Vec< br##"*.."## > {}
  |           ^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0747`.
==============

=== stdout ===
=== stderr ===
error[E0747]: constant provided when a type was expected
 --> out.rs:2:11
  |
2 | impl Vec< br##"*.."## > {}
  |           ^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0747`.
==============
@JohnTitor JohnTitor merged commit fafc126 into master Jan 5, 2023
@JohnTitor JohnTitor deleted the autofix/ices/105334.sh branch January 5, 2023 10:24
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