Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants