Nonsense "type parameter is not constrained" error after unresolved import #36836
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The second error in this snippet is "nonsense" because it says the type parameter
N
is not constrained, while the real error was already reported — the actual type could not be imported.Found in: rustc 1.13.0-nightly (d0623cf 2016-09-26)
The text was updated successfully, but these errors were encountered: