Skip to content

Should the error message be updated to given instead of implicit when the given instance of missing #14717

Closed
@He-Pin

Description

@He-Pin

Compiler version

Scala3.1.1

Minimized code

summon[Int]

Output

no implicit argument of type Int was found for parameter x of method summon in object Predef

Expectation

no given instance of type Int was found for parameter x of method summon in object Predef

As in Scala 3 we are providing an using argument which is a given instance.

Metadata

Metadata

Assignees

Labels

area:reportingError reporting including formatting, implicit suggestions, etcitype:bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions