rust/src/test/ui/lint
Zack M. Davis 3645b0626c #[must_use] for functions (RFC 1940)
The return value of a function annotated with `must_use`, must be used.

This is in the matter of #43302.
2017-08-08 11:31:42 -07:00
..
command-line-lint-group-allow.rs
command-line-lint-group-deny.rs
command-line-lint-group-deny.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
command-line-lint-group-forbid.rs
command-line-lint-group-forbid.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
command-line-lint-group-warn.rs
command-line-lint-group-warn.stderr
fn_must_use.rs #[must_use] for functions (RFC 1940) 2017-08-08 11:31:42 -07:00
fn_must_use.stderr #[must_use] for functions (RFC 1940) 2017-08-08 11:31:42 -07:00
lint-group-style.rs
lint-group-style.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
outer-forbid.rs
outer-forbid.stderr report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00