rust/src/test/ui/macros
2018-08-20 23:12:36 +03:00
..
auxiliary Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-expanded-include Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
bad-concat.rs review comments: modify note wording and change println 2018-07-19 23:18:07 -07:00
bad-concat.stderr review comments: modify note wording and change println 2018-07-19 23:18:07 -07:00
bad_hello.rs Improve suggestion for missing fmt str in println 2018-07-19 23:18:07 -07:00
bad_hello.stderr Suggest space separated format str literal 2018-07-21 12:16:06 -07:00
format-foreign.rs Use suggestions for shell format arguments 2018-07-31 14:16:36 -07:00
format-foreign.stderr Use suggestions for shell format arguments 2018-07-31 14:16:36 -07:00
format-unused-lables.rs Point at unused arguments for format string 2018-01-15 21:38:12 -08:00
format-unused-lables.stderr Use suggestions for shell format arguments 2018-07-31 14:16:36 -07:00
issue-30143.rs Don't accept none str literals for the format string in writeln 2018-08-10 19:01:54 +01:00
issue-30143.stderr Don't accept none str literals for the format string in writeln 2018-08-10 19:01:54 +01:00
macro-at-most-once-rep-2015-ques-rep-feature-flag.rs tests: prefer edition: directives to compile-flags:--edition. 2018-08-16 10:36:11 +03:00
macro-at-most-once-rep-2015-ques-rep-feature-flag.stderr Implement 2015 vs 2018 ? kleene op + test 2018-07-23 21:54:43 -05:00
macro-at-most-once-rep-2015-ques-rep.rs tests: prefer edition: directives to compile-flags:--edition. 2018-08-16 10:36:11 +03:00
macro-at-most-once-rep-2015-ques-rep.stderr Implement 2015 vs 2018 ? kleene op + test 2018-07-23 21:54:43 -05:00
macro-at-most-once-rep-2015-ques-sep.rs tests: prefer edition: directives to compile-flags:--edition. 2018-08-16 10:36:11 +03:00
macro-at-most-once-rep-2015-ques-sep.stderr Allow by default, fix tests 2018-07-23 21:55:51 -05:00
macro-at-most-once-rep-2018-feature-gate.rs tests: prefer edition: directives to compile-flags:--edition. 2018-08-16 10:36:11 +03:00
macro-at-most-once-rep-2018-feature-gate.stderr Implement 2015 vs 2018 ? kleene op + test 2018-07-23 21:54:43 -05:00
macro-at-most-once-rep-2018.rs tests: prefer edition: directives to compile-flags:--edition. 2018-08-16 10:36:11 +03:00
macro-at-most-once-rep-2018.stderr Implement 2015 vs 2018 ? kleene op + test 2018-07-23 21:54:43 -05:00
macro-attribute.rs syntax: Enforce attribute grammar in the parser 2018-08-15 00:05:55 +03:00
macro-attribute.stderr syntax: Enforce attribute grammar in the parser 2018-08-15 00:05:55 +03:00
macro-backtrace-invalid-internals.rs Remove the unstable Float trait 2018-05-22 19:19:09 +02:00
macro-backtrace-invalid-internals.stderr Remove the unstable Float trait 2018-05-22 19:19:09 +02:00
macro-backtrace-nested.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
macro-backtrace-nested.stderr update tests 2018-03-14 00:53:24 +01:00
macro-backtrace-println.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
macro-backtrace-println.stderr Only point at inside of string literals if they're actually string literals 2018-07-23 15:41:32 -07:00
macro-comma-behavior.core.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-comma-behavior.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-comma-behavior.std.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-comma-support.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-comma-support.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-context.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-context.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-crate-nonterminal-non-root.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-crate-nonterminal-non-root.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-error.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-error.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-expansion-tests.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-expansion-tests.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-follow.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-follow.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-followed-by-seq-bad.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-followed-by-seq-bad.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-inner-attributes.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-inner-attributes.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-input-future-proofing.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-input-future-proofing.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-invalid-fragment-spec.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-invalid-fragment-spec.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-local-data-key-priv.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-local-data-key-priv.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-match-nonterminal.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-match-nonterminal.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-missing-delimiters.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-missing-delimiters.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-missing-fragment.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-missing-fragment.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-name-typo.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
macro-name-typo.stderr Update UI tests 2018-02-26 20:24:02 +03:00
macro-non-lifetime.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-non-lifetime.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-outer-attributes.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-outer-attributes.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-parameter-span.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-parameter-span.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-path-prelude-fail-1.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-path-prelude-fail-1.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-path-prelude-fail-2.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-path-prelude-fail-2.stderr Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-path-prelude-fail-3.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-path-prelude-fail-3.stderr Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-path-prelude-pass.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-path-prelude-shadowing.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-path-prelude-shadowing.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-reexport-removed.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-reexport-removed.stderr resolve: Consolidate error reporting for resolved macros in fn resolve_macro_to_def 2018-08-20 23:12:36 +03:00
macro-shadowing.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-shadowing.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-stability.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-stability.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-stmt-matchers.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-stmt-matchers.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-tt-matchers.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-tt-matchers.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-use-bad-args-1.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-use-bad-args-1.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-use-bad-args-2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-use-bad-args-2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-use-scope.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-use-scope.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-use-undef.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-use-undef.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-use-wrong-name.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro-use-wrong-name.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macro_path_as_generic_bound.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
macro_path_as_generic_bound.stderr Update tests 2018-03-16 11:52:46 +01:00
macro_undefined.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro_undefined.stderr Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macros-in-extern.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macros-in-extern.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
macros-nonfatal-errors.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macros-nonfatal-errors.stderr Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
missing-comma.rs Suggest comma when missing in macro call 2018-08-07 22:31:57 -07:00
missing-comma.stderr Suggest comma when missing in macro call 2018-08-07 22:31:57 -07:00
nonterminal-matching.rs stabilize :lifetime 2018-05-13 19:51:32 +00:00
nonterminal-matching.stderr macros: Do not match on "complex" nonterminals requiring AST comparisons 2018-04-14 02:28:39 +03:00
span-covering-argument-1.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
span-covering-argument-1.rs Minimize weird spans involving macro context 2018-02-01 11:51:49 -08:00
span-covering-argument-1.stderr update tests 2018-03-14 00:53:24 +01:00
trace-macro.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
trace-macro.stderr Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06:00
trace_faulty_macros.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
trace_faulty_macros.stderr Update tests 2018-03-16 11:52:46 +01:00