rust/src/test/ui/pub
Mazdak Farrokhzad 6a86be9fca
Rollup merge of #60429 - estebank:pub-path, r=michaelwoerister
Account for paths in incorrect pub qualifier help

Handle case where incorrect pub qualifier with a mod path is used and provide the same help given for all other incorrect qualifiers by making the `pub(crate)` parse check more specific.
2019-05-04 09:21:21 +02:00
..
issue-33174-restricted-type-in-public-interface.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-33174-restricted-type-in-public-interface.stderr Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-fn-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-fn-2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-fn-3.rs Remove assumption from recovery code 2019-04-19 11:04:41 -07:00
pub-ident-fn-3.stderr Remove assumption from recovery code 2019-04-19 11:04:41 -07:00
pub-ident-fn-or-struct-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-fn-or-struct-2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-fn-or-struct.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-fn-or-struct.stderr Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-fn-with-lifetime-2.rs Use appropriate terminology based on heuristic 2018-11-30 15:09:39 -08:00
pub-ident-fn-with-lifetime-2.stderr Use appropriate terminology based on heuristic 2018-11-30 15:09:39 -08:00
pub-ident-fn-with-lifetime.rs Use appropriate terminology based on heuristic 2018-11-30 15:09:39 -08:00
pub-ident-fn-with-lifetime.stderr Use appropriate terminology based on heuristic 2018-11-30 15:09:39 -08:00
pub-ident-fn.fixed Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-fn.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-fn.stderr Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-struct-with-lifetime.rs Suggest an appropriate token when encountering pub Ident<'a> 2018-11-30 11:48:08 -08:00
pub-ident-struct-with-lifetime.stderr Suggest an appropriate token when encountering pub Ident<'a> 2018-11-30 11:48:08 -08:00
pub-ident-struct.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-struct.stderr Remove licenses 2018-12-25 21:08:33 -07:00
pub-ident-with-lifetime-incomplete.rs Use appropriate terminology based on heuristic 2018-11-30 15:09:39 -08:00
pub-ident-with-lifetime-incomplete.stderr Use appropriate terminology based on heuristic 2018-11-30 15:09:39 -08:00
pub-reexport-priv-extern-crate.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub-reexport-priv-extern-crate.stderr Update tests 2019-03-11 23:10:26 +03:00
pub-restricted-error-fn.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub-restricted-error-fn.stderr Update tests 2019-03-11 23:10:26 +03:00
pub-restricted-error.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub-restricted-error.stderr Update tests 2019-03-11 23:10:26 +03:00
pub-restricted-non-path.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub-restricted-non-path.stderr Update tests 2019-03-11 23:10:26 +03:00
pub-restricted.rs Account for paths in incorrect pub qualifier help 2019-04-30 17:48:18 -07:00
pub-restricted.stderr Rollup merge of #60429 - estebank:pub-path, r=michaelwoerister 2019-05-04 09:21:21 +02:00