rust/src/test/ui/structs
bors 0f11354a9c Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytm
Disallow double trailing newlines in tidy

This wasn't done previously in https://github.com/rust-lang/rust/pull/47064#issuecomment-354533010 as it affected too many files, but I think it's best to fix it now so that the number of files with double trailing newlines doesn't keep increasing.

r? kennytm
2019-04-23 06:40:12 +00:00
..
auxiliary Remove licenses 2018-12-25 21:08:33 -07:00
struct-base-wrong-type.rs review comments: deduplicate tests 2019-04-22 12:11:46 -07:00
struct-base-wrong-type.stderr review comments: deduplicate tests 2019-04-22 12:11:46 -07:00
struct-duplicate-comma.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
struct-duplicate-comma.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
struct-field-cfg.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-field-cfg.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
struct-field-init-syntax.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
struct-field-init-syntax.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
struct-field-privacy.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-field-privacy.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-fields-decl-dupe.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-fields-decl-dupe.stderr Remove licenses 2018-12-25 21:08:33 -07:00
struct-fields-dupe.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-fields-dupe.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-fields-hints-no-dupe.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-fields-hints-no-dupe.stderr use structured suggestions for nonexistent fields 2018-12-31 12:52:30 -05:00
struct-fields-hints.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-fields-hints.stderr use structured suggestions for nonexistent fields 2018-12-31 12:52:30 -05:00
struct-fields-missing.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-fields-missing.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-fields-shorthand-unresolved.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-fields-shorthand-unresolved.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-fields-shorthand.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
struct-fields-shorthand.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-fields-too-many.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-fields-too-many.stderr Remove licenses 2018-12-25 21:08:33 -07:00
struct-fields-typo.rs use structured suggestions for nonexistent fields 2018-12-31 12:52:30 -05:00
struct-fields-typo.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-like-enum-nonexhaustive.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-like-enum-nonexhaustive.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-missing-comma.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
struct-missing-comma.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-pat-derived-error.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-pat-derived-error.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
struct-path-alias-bounds.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-path-alias-bounds.stderr Remove licenses 2018-12-25 21:08:33 -07:00
struct-path-associated-type.rs Update tests 2019-03-20 18:32:52 +00:00
struct-path-associated-type.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
struct-path-self-type-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-path-self-type-mismatch.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-path-self.rs Update tests 2019-03-20 18:32:52 +00:00
struct-path-self.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
struct-pattern-match-useless.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-pattern-match-useless.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-variant-privacy-xc.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-variant-privacy-xc.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-variant-privacy.rs Remove licenses 2018-12-25 21:08:33 -07:00
struct-variant-privacy.stderr Update tests 2019-03-11 23:10:26 +03:00
structure-constructor-type-mismatch.rs Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
structure-constructor-type-mismatch.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00