rust/src/test/ui/rfc-2565-param-attrs
Esteban Küber d9ab4ff9a3 Remove blanket silencing of "type annotation needed" errors
Remove blanket check for existence of other errors before emitting
"type annotation needed" errors, and add some eager checks to avoid
adding obligations when they refer to types that reference
`[type error]` in order to reduce unneded errors.
2019-09-24 11:31:14 -07:00
..
auxiliary Harden param_attrs test wrt. usage of proc macro attrs. 2019-08-31 07:08:23 +02:00
param-attrs-2018.rs Stabilize param_attrs in Rust 1.39.0 2019-09-11 10:13:43 -03:00
param-attrs-2018.stderr Stabilize param_attrs in Rust 1.39.0 2019-09-11 10:13:43 -03:00
param-attrs-allowed.rs Stabilize param_attrs in Rust 1.39.0 2019-09-11 10:13:43 -03:00
param-attrs-builtin-attrs.rs Stabilize param_attrs in Rust 1.39.0 2019-09-11 10:13:43 -03:00
param-attrs-builtin-attrs.stderr Stabilize param_attrs in Rust 1.39.0 2019-09-11 10:13:43 -03:00
param-attrs-cfg.rs Stabilize param_attrs in Rust 1.39.0 2019-09-11 10:13:43 -03:00
param-attrs-cfg.stderr Lint attributes on function arguments 2019-07-27 07:16:21 -03:00
param-attrs-pretty.rs Stabilize param_attrs in Rust 1.39.0 2019-09-11 10:13:43 -03:00
proc-macro-cannot-be-used.rs Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07:00
proc-macro-cannot-be-used.stderr Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07:00