rust/src/test/ui/lint
Manish Goregaokar 058971cef3
Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkov
Implement crate-level-only lints checking.

This implements a crate_level_only flag on lints, and when it is true, it becomes an error when user tries  to specify this flag upon nodes other than crate node.

This also turns on this flag for all non_ascii_ident lints.
2020-06-19 09:15:08 -07:00
..
auxiliary Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
dead-code Dead-code pass highlights too much of impl functions 2020-05-06 11:26:30 +02:00
redundant-semicolon Fix {:#?} representation of proc_macro::Literal 2020-05-15 08:36:33 -07:00
rfc-2457-non-ascii-idents Implement confusable_idents lint. 2020-05-03 02:30:50 +08:00
command-line-lint-group-allow.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00: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 Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
command-line-lint-group-warn.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
crate_level_only_lint.rs Implement crate level only lints checking. 2020-06-18 09:53:12 +08:00
crate_level_only_lint.stderr Implement crate level only lints checking. 2020-06-18 09:53:12 +08:00
deny-overflowing-literals.rs Add test for denying overflowing literal in loop 2019-05-23 21:48:26 +01:00
deny-overflowing-literals.stderr Add more context to the literal overflow message 2020-03-15 11:37:43 +08:00
empty-lint-attributes.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
expansion-time-include.rs Add tests for modifying lint levels for lints reported at expansion time 2020-06-09 22:36:33 +03:00
expansion-time.rs Add tests for modifying lint levels for lints reported at expansion time 2020-06-09 22:36:33 +03:00
expansion-time.stderr Add tests for modifying lint levels for lints reported at expansion time 2020-06-09 22:36:33 +03:00
inclusive-range-pattern-syntax.fixed Use check-pass mode for lint tests 2020-01-23 00:00:00 +00:00
inclusive-range-pattern-syntax.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00:00
inclusive-range-pattern-syntax.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
inline-trait-and-foreign-items.rs Make inline associated constants a future compatibility warning 2019-10-26 00:46:07 +01:00
inline-trait-and-foreign-items.stderr Stop special casing top level TAIT 2020-06-11 16:24:01 +01:00
issue-47390-unused-variable-in-struct-pattern.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
issue-47390-unused-variable-in-struct-pattern.stderr Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasper 2020-04-12 23:47:36 +02:00
issue-47775-nested-macro-unnecessary-parens-arg.rs Remove failing test case 2019-12-06 15:09:01 +01:00
issue-54099-camel-case-underscore-types.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01: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 Try to fix warning for unused variables in or patterns, issue #67691 2020-04-10 03:54:45 +03:00
issue-54538-unused-parens-lint.rs Remove or_patterns from INCOMPLETE_FEATURES 2020-02-01 22:07:11 +00:00
issue-54538-unused-parens-lint.stderr Remove or_patterns from INCOMPLETE_FEATURES 2020-02-01 22:07:11 +00:00
issue-66362-no-snake-case-warning-for-field-puns.rs Don't warn about snake case for field puns that don't introduce a new name. 2020-01-17 05:57:39 +10:00
issue-66362-no-snake-case-warning-for-field-puns.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-67691-unused-field-in-or-pattern.rs Replace run-rustfix for issue 67691 test with a FIXME 2020-04-10 05:15:52 +03:00
issue-67691-unused-field-in-or-pattern.stderr Replace run-rustfix for issue 67691 test with a FIXME 2020-04-10 05:15:52 +03:00
issue-69485-var-size-diffs-too-large.rs VariantSizeDifferences: bail on SizeOverflow 2020-03-15 18:54:36 +01:00
issue-69485-var-size-diffs-too-large.stderr VariantSizeDifferences: bail on SizeOverflow 2020-03-15 18:54:36 +01:00
issue-71290-unused-paren-binop.rs Fix unused_parens nested binary op false positive 2020-05-06 01:50:55 +02:00
lint-attr-non-item-node.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-attr-non-item-node.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-change-warnings.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-change-warnings.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-ctypes-66202.rs lint: transitive FFI-safety for transparent types 2020-06-09 14:37:08 +01:00
lint-ctypes-73249-1.rs ty: projections in transparent_newtype_field 2020-06-19 10:10:54 +01:00
lint-ctypes-73249-2.rs lint: prohibit fields with opaque types 2020-06-19 11:16:12 +01:00
lint-ctypes-73249-2.stderr lint: prohibit fields with opaque types 2020-06-19 11:16:12 +01:00
lint-ctypes-73249-3.rs lint: prohibit fields with opaque types 2020-06-19 11:16:12 +01:00
lint-ctypes-73249-3.stderr lint: prohibit fields with opaque types 2020-06-19 11:16:12 +01:00
lint-ctypes-73249-4.rs ty: simplify transparent_newtype_field 2020-06-19 11:16:16 +01:00
lint-ctypes-73249-5.rs lint: prohibit fields with opaque types 2020-06-19 11:16:12 +01:00
lint-ctypes-73249-5.stderr lint: prohibit fields with opaque types 2020-06-19 11:16:12 +01:00
lint-ctypes-73249.rs ty: projections in transparent_newtype_field 2020-06-19 10:10:54 +01:00
lint-ctypes-enum.rs stabilize transparent_enums 2020-01-20 11:18:05 +01:00
lint-ctypes-enum.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-ctypes.rs Update tests for raw array in FFI lint 2019-11-24 13:48:55 +02:00
lint-ctypes.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-exceeding-bitshifts.noopt.stderr Fix some tests failing in --pass check mode 2020-05-08 14:27:36 +03:00
lint-exceeding-bitshifts.opt.stderr Fix some tests failing in --pass check mode 2020-05-08 14:27:36 +03:00
lint-exceeding-bitshifts.opt_with_overflow_checks.stderr Fix some tests failing in --pass check mode 2020-05-08 14:27:36 +03:00
lint-exceeding-bitshifts.rs Fix some tests failing in --pass check mode 2020-05-08 14:27:36 +03:00
lint-forbid-attr.rs Update tests 2020-01-09 21:23:12 +03:00
lint-forbid-attr.stderr Update tests 2020-01-09 21:23:12 +03:00
lint-forbid-cmdline.rs Update tests 2020-01-09 21:23:12 +03:00
lint-forbid-cmdline.stderr Update tests 2020-01-09 21:23:12 +03:00
lint-forbid-internal-unsafe.rs Fix tests 2019-01-15 18:02:46 +09:00
lint-forbid-internal-unsafe.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00: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 rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-impl-fn.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-impl-fn.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00: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 normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
lint-lowercase-static-const-pattern-rename.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-malformed.rs Update tests 2020-01-09 21:23:12 +03:00
lint-malformed.stderr Update tests 2020-01-09 21:23:12 +03:00
lint-match-arms.rs Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-match-arms.stderr Reword unused variable warning 2020-03-23 12:14:45 +03:00
lint-misplaced-attr.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-misplaced-attr.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-missing-copy-implementations.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-missing-copy-implementations.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-missing-doc.rs convert a couple more errors 2020-03-21 19:47:23 -05:00
lint-missing-doc.stderr convert a couple more errors 2020-03-21 19:47:23 -05:00
lint-non-camel-case-types.rs fire "non_camel_case_types" for associated types 2020-01-06 09:51:23 -05:00
lint-non-camel-case-types.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-non-camel-case-variant.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00:00
lint-non-camel-case-with-trailing-underscores.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-non-snake-case-no-lowercase-equivalent.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-nonstandard-style-unicode.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00:00
lint-output-format-2.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00:00
lint-output-format-2.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-output-format.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-output-format.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
lint-owned-heap-memory.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-owned-heap-memory.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-pre-expansion-extern-module.rs fix pre-expansion linting infra 2020-03-18 15:08:25 +01:00
lint-pre-expansion-extern-module.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-qualification.rs Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
lint-qualification.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-range-endpoint-overflow.rs Include signed integer types in the lint 2019-04-30 22:43:51 +01:00
lint-range-endpoint-overflow.stderr Add more context to the literal overflow message 2020-03-15 11:37:43 +08:00
lint-removed-allow.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-removed-allow.stderr Reword unused variable warning 2020-03-23 12:14:45 +03:00
lint-removed-cmdline.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-removed-cmdline.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-removed.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-removed.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-renamed-allow.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-renamed-allow.stderr Reword unused variable warning 2020-03-23 12:14:45 +03:00
lint-renamed-cmdline.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-renamed-cmdline.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-renamed.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-renamed.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-shorthand-field.fixed Tweak non_shorthand_field_patterns' suggestion 2019-12-22 08:21:36 +09:00
lint-shorthand-field.rs Tweak non_shorthand_field_patterns' suggestion 2019-12-22 08:21:36 +09:00
lint-shorthand-field.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-stability-2.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
lint-stability-2.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
lint-stability-deprecated.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00:00
lint-stability-deprecated.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-stability-fields-deprecated.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
lint-stability-fields-deprecated.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-stability-fields.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
lint-stability-fields.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
lint-stability.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
lint-stability.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
lint-stability2.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-stability2.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
lint-stability3.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-stability3.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02: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 Place types inside backticks 2019-04-30 22:43:51 +01:00
lint-type-limits2.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-type-limits3.rs Place types inside backticks 2019-04-30 22:43:51 +01:00
lint-type-limits3.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-type-overflow.rs Place types inside backticks 2019-04-30 22:43:51 +01:00
lint-type-overflow.stderr Add more context to the literal overflow message 2020-03-15 11:37:43 +08:00
lint-type-overflow2.rs Address review comments. 2019-06-24 18:32:52 +02:00
lint-type-overflow2.stderr Add more context to the literal overflow message 2020-03-15 11:37:43 +08:00
lint-unconditional-recursion.rs Don't lint for self-recursion when the function can diverge 2020-04-06 00:53:16 +02:00
lint-unconditional-recursion.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-unexported-no-mangle.rs normalize use of backticks in compiler messages for librustc_lint 2019-07-21 11:47:24 +02:00
lint-unexported-no-mangle.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-unknown-feature-default.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
lint-unknown-feature.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
lint-unknown-lint-cmdline.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unknown-lint-cmdline.stderr Update tests 2020-01-09 21:23:12 +03:00
lint-unknown-lint.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unknown-lint.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-unnecessary-import-braces.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unnecessary-import-braces.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-unnecessary-parens.rs update unused_braces wording 2020-03-31 19:01:49 +02:00
lint-unnecessary-parens.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-unsafe-code.rs Fix tests 2019-01-15 18:02:46 +09:00
lint-unsafe-code.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
lint-unused-extern-crate.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unused-extern-crate.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-unused-imports.rs Fix tests 2019-03-30 22:37:02 +01:00
lint-unused-imports.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-unused-mut-self.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-unused-mut-self.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-unused-mut-variables.rs Update tests 2020-02-14 22:40:03 +00:00
lint-unused-mut-variables.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint-unused-variables.rs syntax: fix #64682. 2019-09-29 12:55:45 +02:00
lint-unused-variables.stderr Reword unused variable warning 2020-03-23 12:14:45 +03:00
lint-uppercase-variables.rs generalize bindings_with_variant_name lint 2020-01-20 18:00:04 +01:00
lint-uppercase-variables.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
lint_pre_expansion_extern_module_aux.rs fix pre-expansion linting infra 2020-03-18 15:08:25 +01:00
lints-in-foreign-macros.rs the crate and tests 2020-03-22 14:37:51 -05:00
lints-in-foreign-macros.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
must-use-ops.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
must-use-ops.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
must_use-array.rs Extend #[must_use] lint to arrays 2019-06-30 18:20:49 +01:00
must_use-array.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
must_use-trait.rs Improve error messages for boxed trait objects in tuples 2019-06-30 18:19:28 +01:00
must_use-trait.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
must_use-tuple.rs Add nested must_use variant 2019-06-03 18:50:32 +01:00
must_use-tuple.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
must_use-unit.rs Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00
must_use-unit.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
no-unused-parens-return-block.rs Make warnings into errors 2018-10-18 10:35:01 +01:00
not_found.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
not_found.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
opaque-ty-ffi-unsafe.rs Stop special casing top level TAIT 2020-06-11 16:24:01 +01:00
opaque-ty-ffi-unsafe.stderr Stop special casing top level TAIT 2020-06-11 16:24:01 +01:00
outer-forbid.rs Update tests 2020-01-09 21:23:12 +03:00
outer-forbid.stderr Update tests 2020-01-09 21:23:12 +03:00
reasons-erroneous.rs Update tests 2020-01-09 21:23:12 +03:00
reasons-erroneous.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
reasons-forbidden.rs Update tests 2020-01-09 21:23:12 +03:00
reasons-forbidden.stderr Update tests 2020-01-09 21:23:12 +03:00
reasons.rs Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
reasons.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
suggestions.rs Remove the no_debug feature 2020-03-03 18:22:05 +09:00
suggestions.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
test-inner-fn.rs Remove licenses 2018-12-25 21:08:33 -07:00
test-inner-fn.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
trivial-casts-featuring-type-ascription.rs Remove licenses 2018-12-25 21:08:33 -07:00
trivial-casts-featuring-type-ascription.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
trivial-casts.rs Remove licenses 2018-12-25 21:08:33 -07:00
trivial-casts.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
type-overflow.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00:00
type-overflow.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
unaligned_references.rs expand unaligned_references test 2020-05-27 20:31:17 +02:00
unaligned_references.stderr expand unaligned_references test 2020-05-27 20:31:17 +02:00
uninitialized-zeroed.rs Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00
uninitialized-zeroed.stderr Update tests for erasing regions in typeck 2020-03-17 09:07:56 +00:00
unreachable-async-fn.rs review comments 2019-09-21 16:34:16 -07:00
unreachable_pub-pub_crate.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
unreachable_pub-pub_crate.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
unreachable_pub.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
unreachable_pub.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
unused_braces.rs remove false positives of unused_braces 2020-04-07 17:54:50 +02:00
unused_braces.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
unused_braces_borrow.rs remove false positives of unused_braces 2020-04-07 17:54:50 +02:00
unused_braces_borrow.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
unused_import_warning_issue_45268.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
unused_import_warning_issue_45268.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
unused_labels.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00:00
unused_labels.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
unused_parens_json_suggestion.fixed Added text after error messages 2019-10-18 13:21:39 +02:00
unused_parens_json_suggestion.rs Added text after error messages 2019-10-18 13:21:39 +02:00
unused_parens_json_suggestion.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
unused_parens_remove_json_suggestion.fixed Added text after error messages 2019-10-18 13:21:39 +02:00
unused_parens_remove_json_suggestion.rs Added text after error messages 2019-10-18 13:21:39 +02:00
unused_parens_remove_json_suggestion.stderr update unused_braces wording 2020-03-31 19:01:49 +02:00
use-redundant.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00:00
use-redundant.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
use_suggestion_json.rs Ignore SGX on a few ui tests 2020-05-05 19:19:39 -07:00
use_suggestion_json.stderr reword "possible candidate" import suggestion 2020-05-07 00:33:25 -04:00
warn-unused-inline-on-fn-prototypes.rs Emit warning for ignored #[inline] on foreign function prototypes 2019-10-25 23:26:27 +01:00
warn-unused-inline-on-fn-prototypes.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00