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

ices/83753.rs: fixed with errors #717

Merged
merged 1 commit into from
Apr 19, 2021
Merged

ices/83753.rs: fixed with errors #717

merged 1 commit into from
Apr 19, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#83753

struct Foo {}
impl Foo {
    fn bar(foo: Foo<Target = usize>) {}
}
fn main() {}
=== stdout ===
=== stderr ===
error[E0229]: associated type bindings are not allowed here
 --> /home/runner/work/glacier/glacier/ices/83753.rs:3:21
  |
3 |     fn bar(foo: Foo<Target = usize>) {}
  |                     ^^^^^^^^^^^^^^ associated type not allowed here

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error[E0229]: associated type bindings are not allowed here
 --> /home/runner/work/glacier/glacier/ices/83753.rs:3:21
  |
3 |     fn bar(foo: Foo<Target = usize>) {}
  |                     ^^^^^^^^^^^^^^ associated type not allowed here

error: aborting due to previous error

For more information about this error, try `rustc --explain E0229`.
==============
@JohnTitor JohnTitor merged commit ec75c16 into master Apr 19, 2021
@JohnTitor JohnTitor deleted the autofix/ices/83753.rs branch April 19, 2021 00:07
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