rust/src/test/ui/lint
kennytm 1805f3c2fb
Rollup merge of #53550 - brson:recurring, r=estebank
librustc_lint: In recursion warning, change 'recurring' to 'recursing'

The existing wording seems incorrect.

Aside: This warning, 'function cannot return without recursing' is not perfectly clear - it implies that the function _can_ return, it's just got to recurse. But really the fn cannot return period. Clearer wording: 'function recurses infinitely; it cannot return'; or 'function is infinitely self-recursive; it cannot return, and this is probably an error'. I like that.
2018-09-07 15:26:40 +08:00
..
auxiliary Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
command-line-lint-group-allow.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
command-line-lint-group-deny.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
command-line-lint-group-deny.stderr Update UI tests 2018-02-26 20:24:02 +03:00
command-line-lint-group-forbid.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
command-line-lint-group-forbid.stderr Update UI tests 2018-02-26 20:24:02 +03:00
command-line-lint-group-warn.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
command-line-lint-group-warn.stderr Update UI tests 2018-02-26 20:24:02 +03:00
inclusive-range-pattern-syntax.fixed inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
inclusive-range-pattern-syntax.rs inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
inclusive-range-pattern-syntax.stderr inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
issue-47390-unused-variable-in-struct-pattern.rs in which the unused shorthand field pattern debacle/saga continues 2018-05-18 01:00:22 -07:00
issue-47390-unused-variable-in-struct-pattern.stderr in which the unused shorthand field pattern debacle/saga continues 2018-05-18 01:00:22 -07:00
issue-47775-nested-macro-unnecessary-parens-arg.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
issue-47775-nested-macro-unnecessary-parens-arg.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-50589-multiple-associated-types.rs re-implement 2018-05-20 10:16:33 +08:00
issue-50589-multiple-associated-types.stderr inverting speculative flag 2018-05-23 08:59:08 +08:00
lint-attr-non-item-node.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-attr-non-item-node.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-change-warnings.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-change-warnings.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-ctypes-enum.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-ctypes-enum.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-ctypes.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-ctypes.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-1.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-1.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-3.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-3.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-4.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-4.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-5.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-5.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-type-alias.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-type-alias.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-variant.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-dead-code-variant.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-directives-on-use-items-issue-10534.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-directives-on-use-items-issue-10534.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-exceeding-bitshifts.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-exceeding-bitshifts.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-exceeding-bitshifts2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-exceeding-bitshifts2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-forbid-attr.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-forbid-attr.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-forbid-cmdline.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-forbid-cmdline.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-group-nonstandard-style.rs Fix internal references to bad_style in test code. 2018-02-20 15:57:16 -08:00
lint-group-nonstandard-style.stderr Fix rebase 2018-02-26 21:20:31 +03:00
lint-group-style.rs Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
lint-group-style.stderr Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
lint-impl-fn.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-impl-fn.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-malformed.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-malformed.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-misplaced-attr.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-misplaced-attr.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-missing-copy-implementations.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-missing-copy-implementations.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-missing-doc.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-missing-doc.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-camel-case-types.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-camel-case-types.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-snake-case-crate-2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-snake-case-crate-2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-snake-case-crate.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-snake-case-crate.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-snake-case-functions.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-snake-case-functions.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-snake-case-lifetimes.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-snake-case-lifetimes.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-snake-case-modules.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-snake-case-modules.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-uppercase-statics.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-non-uppercase-statics.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-obsolete-attr.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-obsolete-attr.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-output-format-2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-output-format-2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-output-format.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-output-format.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-owned-heap-memory.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-owned-heap-memory.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-qualification.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-qualification.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-removed-allow.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-removed-allow.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-removed-cmdline.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-removed-cmdline.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-removed.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-removed.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-renamed-allow.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-renamed-allow.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-renamed-cmdline.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-renamed-cmdline.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-renamed.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-renamed.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-shorthand-field.rs Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
lint-shorthand-field.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability-2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability-2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability-deprecated.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability-deprecated.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability-fields-deprecated.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability-fields-deprecated.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability-fields.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability-fields.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability3.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-stability3.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-type-limits.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-type-limits.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-type-limits2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-type-limits2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-type-limits3.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-type-limits3.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-type-overflow.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-type-overflow.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-type-overflow2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-type-overflow2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unconditional-recursion.rs librustc_lint: In recursion warning, change 'recurring' to 'recursing' 2018-08-20 23:09:15 -07:00
lint-unconditional-recursion.stderr librustc_lint: In recursion warning, change 'recurring' to 'recursing' 2018-08-20 23:09:15 -07:00
lint-unexported-no-mangle.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unexported-no-mangle.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unknown-attr.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unknown-attr.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unknown-feature-default.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unknown-feature-default.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unknown-feature.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unknown-feature.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unknown-lint-cmdline.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unknown-lint-cmdline.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unknown-lint.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unknown-lint.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unnecessary-import-braces.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unnecessary-import-braces.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unnecessary-parens.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unnecessary-parens.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unsafe-code.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unsafe-code.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unused-extern-crate.rs Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
lint-unused-extern-crate.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unused-imports.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unused-imports.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unused-mut-self.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unused-mut-self.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unused-mut-variables.lexical.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unused-mut-variables.nll.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-unused-mut-variables.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-uppercase-variables.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lint-uppercase-variables.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lints-in-foreign-macros.rs fix testcase 2018-08-23 23:21:54 +05:30
lints-in-foreign-macros.stderr fix testcase 2018-08-23 23:21:54 +05:30
must-use-ops.rs stabilize #[must_use] for functions and must-use operators 2018-04-28 20:32:49 -07:00
must-use-ops.stderr stabilize #[must_use] for functions and must-use operators 2018-04-28 20:32:49 -07:00
not_found.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
not_found.stderr Update UI tests 2018-02-26 20:24:02 +03:00
outer-forbid.rs Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
outer-forbid.stderr Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
suggestions.rs private no-mangle lints: help hint note if visibility modifier is pub 2018-06-30 22:48:05 -07:00
suggestions.stderr private no-mangle lints: help hint note if visibility modifier is pub 2018-06-30 22:48:05 -07:00
test-inner-fn.rs Introduce Custom Test Frameworks 2018-09-04 22:33:00 -07:00
test-inner-fn.stderr Introduce Custom Test Frameworks 2018-09-04 22:33:00 -07:00
trivial-casts-featuring-type-ascription.rs in which the trivial-casts word to the wise is tucked into a help note 2018-06-23 22:57:37 -07:00
trivial-casts-featuring-type-ascription.stderr in which the trivial-casts word to the wise is tucked into a help note 2018-06-23 22:57:37 -07:00
trivial-casts.rs in which the trivial-casts word to the wise is tucked into a help note 2018-06-23 22:57:37 -07:00
trivial-casts.stderr in which the trivial-casts word to the wise is tucked into a help note 2018-06-23 22:57:37 -07:00
type-overflow.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
type-overflow.stderr update test 2018-03-26 08:37:56 -05:00
unreachable_pub-pub_crate.rs Stabilize macro_vis_matcher 2018-08-19 17:08:00 +01:00
unreachable_pub-pub_crate.stderr unreachable_pub lint: grab pub span from HIR rather than inferring it 2018-06-30 22:41:02 -07:00
unreachable_pub.rs Stabilize macro_vis_matcher 2018-08-19 17:08:00 +01:00
unreachable_pub.stderr unreachable_pub lint: grab pub span from HIR rather than inferring it 2018-06-30 22:41:02 -07:00
unused_labels.rs Default unused_labels to allow, move to "unused" 2018-05-18 16:57:16 -07:00
unused_labels.stderr Default unused_labels to allow, move to "unused" 2018-05-18 16:57:16 -07:00
unused_parens_json_suggestion.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
unused_parens_json_suggestion.stderr Applicability-ify librustc_lint 2018-08-01 21:58:25 -07:00
use_suggestion_json.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
use_suggestion_json.stderr update tests 2018-05-21 10:48:12 -07:00