rust/src/test/ui/use
bors 5371ddf8c6 Auto merge of #68080 - varkor:declared-here, r=petrochenkov
Address inconsistency in using "is" with "declared here"

"is" was generally used for NLL diagnostics, but not other diagnostics. Using "is" makes the diagnostics sound more natural and readable, so it seems sensible to commit to them throughout.

r? @Centril
2020-01-31 15:13:51 +00:00
..
auxiliary add a test for #60976 2020-01-23 15:37:39 +02:00
use-mod resolve: Point at the private item definitions in privacy errors 2020-01-16 21:59:11 +03:00
issue-18986.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
issue-18986.stderr Update ui tests 2019-10-13 22:10:03 +02:00
issue-60976-extern-use-primitive-type.rs add a test for #60976 2020-01-23 15:37:39 +02:00
use-after-move-based-on-type.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
use-after-move-based-on-type.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
use-after-move-implicity-coerced-object.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
use-after-move-implicity-coerced-object.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
use-after-move-self-based-on-type.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
use-after-move-self-based-on-type.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
use-after-move-self.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
use-after-move-self.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
use-associated-const.rs clarify what the item is in "not a module" error 2019-04-10 12:55:21 -04:00
use-associated-const.stderr clarify what the item is in "not a module" error 2019-04-10 12:55:21 -04:00
use-from-trait-xc.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
use-from-trait-xc.stderr resolve: Point at the private item definitions in privacy errors 2020-01-16 21:59:11 +03:00
use-from-trait.rs clarify what the item is in "not a module" error 2019-04-10 12:55:21 -04:00
use-from-trait.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
use-keyword.rs Remove licenses 2018-12-25 21:08:33 -07:00
use-keyword.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
use-meta-mismatch.rs metadata: Remove locator::Context::ident 2019-10-04 01:12:29 +03:00
use-meta-mismatch.stderr metadata: Remove locator::Context::ident 2019-10-04 01:12:29 +03:00
use-mod.rs Remove licenses 2018-12-25 21:08:33 -07:00
use-mod.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
use-nested-groups-error.rs Remove licenses 2018-12-25 21:08:33 -07:00
use-nested-groups-error.stderr use structured suggestions for E0432 2019-03-09 11:05:30 -05:00
use-nested-groups-unused-imports.rs unused_imports: update tests 2019-02-08 08:44:56 +01:00
use-nested-groups-unused-imports.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
use-paths-as-items.rs Remove licenses 2018-12-25 21:08:33 -07:00
use-paths-as-items.stderr Mark duplicate import removal suggestion tool only 2019-03-23 13:05:30 -07:00
use-self-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
use-self-type.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
use-super-global-path.rs Update tests 2020-01-09 21:23:12 +03:00
use-super-global-path.stderr Update tests 2020-01-09 21:23:12 +03:00