Closed
Description
From twitter:
Compilers really need to make suggestions about what can be done to resolve an error. e.g. for rustc the compiler complains about using T[] as a bare type. Should suggest that you need to use ~, etc. otherwise the error is very opaque.
https://twitter.com/alex_gaynor/status/435446756264779777
https://twitter.com/alex_gaynor/status/435446869452263424
This bug is not only about giving a better error message for this specific case, but also about giving suggestions in general.
Metadata
Metadata
Assignees
Labels
No labels