Skip to content

multiple different errors for the same problem #1882

Closed
@db48x

Description

@db48x

src/comp/syntax/ext/qquote.rs:200:4: 200:16 error: this function takes 2 parameters but 1 parameter was supplied
src/comp/syntax/ext/qquote.rs:200 iter::each() {|ch|
^~~~~~~~~~~~
src/comp/syntax/ext/qquote.rs:200:4: 200:14 error: could not determine a type for a bounded type parameter
src/comp/syntax/ext/qquote.rs:200 iter::each() {|ch|
^~~~~~~~~~

Looks to me like the second error is useless.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-frontendArea: Compiler frontend (errors, parsing and HIR)

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions