rust/src/test/ui/lint
2019-04-23 11:42:14 +01:00
..
auxiliary Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
command-line-lint-group-allow.rs Remove licenses 2018-12-25 21:08:33 -07:00
command-line-lint-group-deny.rs Remove licenses 2018-12-25 21:08:33 -07:00
command-line-lint-group-deny.stderr Update tests 2019-03-11 23:10:26 +03:00
command-line-lint-group-forbid.rs Remove licenses 2018-12-25 21:08:33 -07:00
command-line-lint-group-forbid.stderr Update tests 2019-03-11 23:10:26 +03:00
command-line-lint-group-warn.rs Remove licenses 2018-12-25 21:08:33 -07:00
command-line-lint-group-warn.stderr improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
deny-overflowing-literals.rs Deny the overflowing_literals lint for all editions 2019-01-17 09:22:52 +00:00
deny-overflowing-literals.stderr Deny the overflowing_literals lint for all editions 2019-01-17 09:22:52 +00:00
empty-lint-attributes.rs wherein the status of empty and reason-only lint attributes is clarified 2018-10-27 12:31:20 -07:00
inclusive-range-pattern-syntax.fixed Remove licenses 2018-12-25 21:08:33 -07:00
inclusive-range-pattern-syntax.rs Remove licenses 2018-12-25 21:08:33 -07:00
inclusive-range-pattern-syntax.stderr Remove licenses 2018-12-25 21:08:33 -07:00
issue-47390-unused-variable-in-struct-pattern.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-47390-unused-variable-in-struct-pattern.stderr Unused variable suggestions on all patterns. 2019-01-28 10:46:31 +01:00
issue-47775-nested-macro-unnecessary-parens-arg.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-47775-nested-macro-unnecessary-parens-arg.stderr Remove licenses 2018-12-25 21:08:33 -07:00
issue-54099-camel-case-underscore-types.rs Fix camel case type warning for types with trailing underscores 2018-09-12 09:42:37 +03:00
issue-54180-unused-ref-field.fixed include mode in unused binding suggestion span 2019-04-15 13:09:37 -04:00
issue-54180-unused-ref-field.rs include mode in unused binding suggestion span 2019-04-15 13:09:37 -04:00
issue-54180-unused-ref-field.stderr include mode in unused binding suggestion span 2019-04-15 13:09:37 -04:00
issue-54538-unused-parens-lint.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-54538-unused-parens-lint.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-attr-non-item-node.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-attr-non-item-node.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-change-warnings.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-change-warnings.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-ctypes-enum.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-ctypes-enum.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-ctypes.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-ctypes.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-dead-code-1.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-dead-code-1.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-dead-code-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-dead-code-2.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-dead-code-3.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-dead-code-3.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-dead-code-4.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-dead-code-4.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-dead-code-5.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-dead-code-5.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-dead-code-impl-trait.rs Visit impl Trait for dead_code lint 2019-03-12 21:35:20 +09:00
lint-dead-code-impl-trait.stderr Visit impl Trait for dead_code lint 2019-03-12 21:35:20 +09:00
lint-dead-code-type-alias.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-dead-code-type-alias.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-dead-code-variant.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-dead-code-variant.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-directives-on-use-items-issue-10534.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-directives-on-use-items-issue-10534.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-exceeding-bitshifts.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-exceeding-bitshifts.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-exceeding-bitshifts2.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-exceeding-bitshifts2.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-forbid-attr.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-forbid-attr.stderr Remove licenses 2018-12-25 21:08:33 -07:00
lint-forbid-cmdline.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-forbid-cmdline.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-forbid-internal-unsafe.rs Fix tests 2019-01-15 18:02:46 +09:00
lint-forbid-internal-unsafe.stderr Fix tests 2019-01-15 18:02:46 +09:00
lint-group-nonstandard-style.rs specify "upper camel case" in style lint 2019-02-13 13:41:32 -05:00
lint-group-nonstandard-style.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-impl-fn.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-impl-fn.stderr Update tests 2019-03-25 23:01:00 +01:00
lint-incoherent-auto-trait-objects.rs Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
lint-incoherent-auto-trait-objects.stderr Update ui tests 2019-04-23 11:42:14 +01:00
lint-lowercase-static-const-pattern-rename.rs improve non_upper_case_globals diagnostics 2019-01-08 13:24:38 -05:00
lint-lowercase-static-const-pattern.rs improve non_upper_case_globals diagnostics 2019-01-08 13:24:38 -05:00
lint-lowercase-static-const-pattern.stderr improve non_upper_case_globals diagnostics 2019-01-08 13:24:38 -05:00
lint-malformed.rs Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
lint-malformed.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-misplaced-attr.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-misplaced-attr.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-missing-copy-implementations.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-missing-copy-implementations.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-missing-doc.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-missing-doc.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-non-camel-case-types.rs specify "upper camel case" in style lint 2019-02-13 13:41:32 -05:00
lint-non-camel-case-types.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-non-camel-case-variant.rs improve non_camel_case_types diagnostics 2019-01-08 13:24:38 -05:00
lint-non-camel-case-with-trailing-underscores.rs improve non_camel_case_types diagnostics 2019-01-08 13:24:38 -05:00
lint-non-snake-case-crate-2.rs improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
lint-non-snake-case-crate-2.stderr improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
lint-non-snake-case-crate.rs improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
lint-non-snake-case-crate.stderr improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
lint-non-snake-case-functions.rs improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
lint-non-snake-case-functions.stderr improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
lint-non-snake-case-lifetimes.rs improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
lint-non-snake-case-lifetimes.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-non-snake-case-modules.rs improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
lint-non-snake-case-modules.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-non-snake-case-no-lowercase-equivalent.rs improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
lint-non-uppercase-associated-const.rs improve non_upper_case_globals diagnostics 2019-01-08 13:24:38 -05:00
lint-non-uppercase-associated-const.stderr improve non_upper_case_globals diagnostics 2019-01-08 13:24:38 -05:00
lint-non-uppercase-statics.rs improve non_upper_case_globals diagnostics 2019-01-08 13:24:38 -05:00
lint-non-uppercase-statics.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-nonstandard-style-unicode.rs improve non_camel_case_types diagnostics 2019-01-08 13:24:38 -05:00
lint-obsolete-attr.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-obsolete-attr.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-output-format-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-output-format-2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
lint-output-format.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-output-format.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-owned-heap-memory.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-owned-heap-memory.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-qualification.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-qualification.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-removed-allow.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-removed-allow.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-removed-cmdline.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-removed-cmdline.stderr Unused variable suggestions on all patterns. 2019-01-28 10:46:31 +01:00
lint-removed.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-removed.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-renamed-allow.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-renamed-allow.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-renamed-cmdline.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-renamed-cmdline.stderr Unused variable suggestions on all patterns. 2019-01-28 10:46:31 +01:00
lint-renamed.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-renamed.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-shorthand-field.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-shorthand-field.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-stability-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-stability-2.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-stability-deprecated.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
lint-stability-deprecated.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-stability-fields-deprecated.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-stability-fields-deprecated.stderr Remove licenses 2018-12-25 21:08:33 -07:00
lint-stability-fields.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-stability-fields.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-stability.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
lint-stability.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-stability2.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-stability2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
lint-stability3.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-stability3.stderr Remove licenses 2018-12-25 21:08:33 -07:00
lint-type-limits.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-type-limits.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-type-limits2.rs Deny the overflowing_literals lint for all editions 2019-01-17 09:22:52 +00:00
lint-type-limits2.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-type-limits3.rs Deny the overflowing_literals lint for all editions 2019-01-17 09:22:52 +00:00
lint-type-limits3.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-type-overflow.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-type-overflow.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-type-overflow2.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-type-overflow2.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-unconditional-recursion.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unconditional-recursion.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-unexported-no-mangle.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unexported-no-mangle.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-unknown-attr.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unknown-attr.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-unknown-feature-default.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unknown-feature.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unknown-lint-cmdline.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unknown-lint-cmdline.stderr suggest similar lint names for unknown lints 2018-12-19 16:52:09 -05:00
lint-unknown-lint.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unknown-lint.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-unnecessary-import-braces.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unnecessary-import-braces.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-unnecessary-parens.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unnecessary-parens.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-unsafe-code.rs Fix tests 2019-01-15 18:02:46 +09:00
lint-unsafe-code.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-unused-extern-crate.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unused-extern-crate.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-unused-imports.rs Fix tests 2019-03-30 22:37:02 +01:00
lint-unused-imports.stderr Change message to present tense 2019-03-30 22:37:02 +01:00
lint-unused-mut-self.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unused-mut-self.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-unused-mut-variables.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unused-mut-variables.stderr Update tests 2019-03-11 23:10:26 +03:00
lint-uppercase-variables.rs improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
lint-uppercase-variables.stderr Update tests 2019-03-11 23:10:26 +03:00
lints-in-foreign-macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
lints-in-foreign-macros.stderr Update tests 2019-03-11 23:10:26 +03:00
must-use-ops.rs Remove licenses 2018-12-25 21:08:33 -07:00
must-use-ops.stderr Remove licenses 2018-12-25 21:08:33 -07:00
must_use-trait.rs Test for #[must_use] on traits 2018-11-19 17:41:10 +00:00
must_use-trait.stderr Update tests 2019-03-11 23:10:26 +03:00
must_use-unit.rs Fix handling of #[must_use] on unit and uninhabited types 2018-10-08 23:01:42 +01:00
must_use-unit.stderr Update tests 2019-03-11 23:10:26 +03:00
no-unused-parens-return-block.rs Make warnings into errors 2018-10-18 10:35:01 +01:00
not_found.rs remove remaining copyright headers 2018-12-28 21:50:33 +01:00
not_found.stderr update tests line numbers 2018-12-29 08:52:25 +01:00
outer-forbid.rs Remove licenses 2018-12-25 21:08:33 -07:00
outer-forbid.stderr Update tests 2019-03-11 23:10:26 +03:00
reasons-erroneous.rs in which lint reasons are restricted to come last in the attribute 2018-10-27 12:31:20 -07:00
reasons-erroneous.stderr in which lint reasons are restricted to come last in the attribute 2018-10-27 12:31:20 -07:00
reasons-forbidden.rs feature-gate lint reasons 2018-10-27 12:31:20 -07:00
reasons-forbidden.stderr feature-gate lint reasons 2018-10-27 12:31:20 -07:00
reasons.rs feature-gate lint reasons 2018-10-27 12:31:20 -07:00
reasons.stderr improve non_snake_case diagnostics 2019-01-08 13:24:38 -05:00
suggestions.rs Update tests 2019-02-15 22:29:24 +00:00
suggestions.stderr Update tests 2019-03-25 23:01:00 +01:00
test-inner-fn.rs Remove licenses 2018-12-25 21:08:33 -07:00
test-inner-fn.stderr Update tests 2019-03-11 23:10:26 +03:00
trivial-casts-featuring-type-ascription.rs Remove licenses 2018-12-25 21:08:33 -07:00
trivial-casts-featuring-type-ascription.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trivial-casts.rs Remove licenses 2018-12-25 21:08:33 -07:00
trivial-casts.stderr Remove licenses 2018-12-25 21:08:33 -07:00
type-overflow.rs Deny the overflowing_literals lint for all editions 2019-01-17 09:22:52 +00:00
type-overflow.stderr Update tests 2019-03-11 23:10:26 +03:00
unreachable_pub-pub_crate.rs Remove licenses 2018-12-25 21:08:33 -07:00
unreachable_pub-pub_crate.stderr Remove licenses 2018-12-25 21:08:33 -07:00
unreachable_pub.rs Remove licenses 2018-12-25 21:08:33 -07:00
unreachable_pub.stderr Remove licenses 2018-12-25 21:08:33 -07:00
unused_labels.rs Remove licenses 2018-12-25 21:08:33 -07:00
unused_labels.stderr Update tests 2019-03-11 23:10:26 +03:00
unused_parens_json_suggestion.rs Remove licenses 2018-12-25 21:08:33 -07:00
unused_parens_json_suggestion.stderr Remove licenses 2018-12-25 21:08:33 -07:00
use-redundant.rs Add glob import to redundancy test 2019-03-30 22:37:02 +01:00
use-redundant.stderr Handle glob import in redundancy check 2019-03-30 22:37:02 +01:00
use_suggestion_json.rs Don't test json with color codes on windows 2019-04-16 17:35:49 +02:00
use_suggestion_json.stderr Don't test json with color codes on windows 2019-04-16 17:35:49 +02:00