rust/src/test/ui/hygiene
2022-06-03 08:26:10 +02:00
..
auxiliary Add more tests for cross-crate hygiene 2021-10-24 12:31:42 +01:00
arguments.rs
arguments.stderr
assoc_item_ctxt.rs
assoc_item_ctxt.stderr Bless tests 2021-10-15 02:36:58 -05:00
assoc_ty_bindings.rs
cross-crate-codegen-attrs.rs
cross-crate-define-and-use.rs Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-fields.rs Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-glob-hygiene.rs Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-glob-hygiene.stderr Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-methods.rs Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-name-collision.rs Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-name-hiding-2.rs Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-name-hiding-2.stderr Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-name-hiding.rs Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-name-hiding.stderr Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-redefine.rs Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-redefine.stderr Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
cross-crate-variants.rs Add comments to hygiene tests 2021-10-28 21:48:39 +01:00
dollar-crate-modern.rs
duplicate_lifetimes.rs Use the same message as type & const generics. 2022-06-03 08:26:10 +02:00
duplicate_lifetimes.stderr Use the same message as type & const generics. 2022-06-03 08:26:10 +02:00
eager-from-opaque-2.rs
eager-from-opaque.rs
expansion-info-reset.rs
expansion-info-reset.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
extern-prelude-from-opaque-fail.rs Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
extern-prelude-from-opaque-fail.stderr Bless tests 2021-10-15 02:36:58 -05:00
fields-definition.rs
fields-definition.stderr Bless tests 2021-10-15 02:36:58 -05:00
fields-move.rs
fields-move.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
fields-numeric-borrowck.rs
fields-numeric-borrowck.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
fields.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
fields.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
for-loop.rs
for-loop.stderr
format-args.rs
generate-mod.rs
generate-mod.stderr Bless tests 2021-10-15 02:36:58 -05:00
generic_params.rs feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
globs.rs
globs.stderr Bless tests 2021-10-15 02:36:58 -05:00
hir-res-hygiene.rs hir: introduce QPath::LangItem 2020-08-16 15:42:25 +01:00
hygiene-dodging-1.rs
hygiene.rs
hygienic-label-1.rs Make SEMICOLON_IN_EXPRESSIONS_FROM_MACROS warn by default 2021-07-27 14:17:37 -05:00
hygienic-label-1.stderr Bless tests 2021-10-15 02:36:58 -05:00
hygienic-label-2.rs
hygienic-label-2.stderr
hygienic-label-3.rs Make SEMICOLON_IN_EXPRESSIONS_FROM_MACROS warn by default 2021-07-27 14:17:37 -05:00
hygienic-label-3.stderr Bless tests 2021-10-15 02:36:58 -05:00
hygienic-label-4.rs
hygienic-label-4.stderr
hygienic-labels-in-let.rs Stop warning against unrelated labels. 2022-06-02 19:24:26 +02:00
hygienic-labels.rs Stop warning against unrelated labels. 2022-06-02 19:24:26 +02:00
impl_items.rs
impl_items.stderr Bless tests 2021-10-15 02:36:58 -05:00
intercrate.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
intercrate.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
issue-32922.rs Move tests 2022-05-20 10:53:58 -03:00
issue-40847.rs Move some tests to more reasonable directories 2021-02-16 21:22:21 -03:00
issue-44128.rs
issue-47311.rs
issue-47312.rs
issue-61574-const-parameters.rs feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
issue-77523-def-site-async-await.rs Record expansion_that_defined into crate metadata 2020-10-05 16:01:19 -04:00
items.rs
lambda-var-hygiene.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
legacy_interaction.rs
lexical.rs
local_inner_macros.rs
macro-metavars-legacy.rs
macro-metavars-transparent.rs
missing-self-diag.rs Emit a better diagnostic when function actually has a 'self' parameter 2020-05-17 19:04:13 -04:00
missing-self-diag.stderr Bless tests 2021-10-15 02:36:58 -05:00
nested-dollar-crate.rs Add test for use of $crate in nested foreign macro_rules! 2020-07-26 18:37:02 -04:00
nested_macro_privacy.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
nested_macro_privacy.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
no_implicit_prelude-2018.rs
no_implicit_prelude-2018.stderr Re-run tests with --bless 2020-09-30 12:00:59 +06:00
no_implicit_prelude-2021.rs Add test for assert!() hygiene in edition 2021. 2021-01-09 20:54:41 +01:00
no_implicit_prelude.rs Qualify panic! as core::panic! in non-built-in core macros 2020-11-23 11:28:25 -08:00
no_implicit_prelude.stderr Bless tests 2021-10-15 02:36:58 -05:00
panic-location.rs Hygiene serialization implementation 2020-07-26 18:37:02 -04:00
panic-location.run.stderr refactor: vec_deque ignore-tidy-filelength 2020-11-13 17:56:39 +00:00
pattern-macro.rs
pattern-macro.stderr
prelude-import-hygiene.rs
privacy-early.rs
privacy-early.stderr Bless tests 2021-10-15 02:36:58 -05:00
privacy.rs
privacy.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
rustc-macro-transparency.rs
rustc-macro-transparency.stderr Only suggest adding ! to expressions that can be macro invocation 2022-01-19 18:00:10 +00:00
specialization.rs
stdlib-prelude-from-opaque-early.rs
stdlib-prelude-from-opaque-late.rs
thread-local-not-in-prelude.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
trait_items-2.rs
trait_items.rs
trait_items.stderr Bless tests 2021-10-15 02:36:58 -05:00
traits-in-scope.rs resolve: Simplify collection of traits in scope 2021-01-11 23:49:47 +03:00
transparent-basic.rs
unpretty-debug.rs
unpretty-debug.stdout Pretty print empty blocks as {} 2021-12-01 13:50:13 -08:00
wrap_unhygienic_example.rs
xcrate.rs