rust/src/test/rustdoc-ui
Andy Russell 0a6fb84738
make panictry! private to libsyntax
This commit completely removes usage of the `panictry!` macro from
outside libsyntax. The macro causes parse errors to be fatal, so using
it in libsyntax_ext caused parse failures *within* a syntax extension to
be fatal, which is probably not intended.

Furthermore, this commit adds spans to diagnostics emitted by empty
extensions if they were missing, à la #56491.
2019-01-02 11:02:30 -05:00
..
.gitattributes fix intra-link resolution spans in block comments 2018-12-10 21:08:26 -05:00
deny-intra-link-resolution-failure.rs Remove licenses 2018-12-25 21:08:33 -07:00
deny-intra-link-resolution-failure.stderr Remove licenses 2018-12-25 21:08:33 -07:00
deprecated-attrs.rs Remove licenses 2018-12-25 21:08:33 -07:00
deprecated-attrs.stderr add -Zui-testing to rustdoc 2018-09-19 18:39:39 -05:00
doc-without-codeblock.rs Remove licenses 2018-12-25 21:08:33 -07:00
doc-without-codeblock.stderr Remove licenses 2018-12-25 21:08:33 -07:00
failed-doctest-output.rs Remove licenses 2018-12-25 21:08:33 -07:00
failed-doctest-output.stdout make panictry! private to libsyntax 2019-01-02 11:02:30 -05:00
intra-doc-alias-ice.rs Remove licenses 2018-12-25 21:08:33 -07:00
intra-doc-alias-ice.stderr Remove licenses 2018-12-25 21:08:33 -07:00
intra-link-span-ice-55723.rs Remove licenses 2018-12-25 21:08:33 -07:00
intra-link-span-ice-55723.stderr Remove licenses 2018-12-25 21:08:33 -07:00
intra-links-warning-crlf.rs fix intra-link resolution spans in block comments 2018-12-10 21:08:26 -05:00
intra-links-warning-crlf.stderr fix intra-link resolution spans in block comments 2018-12-10 21:08:26 -05:00
intra-links-warning.rs Remove licenses 2018-12-25 21:08:33 -07:00
intra-links-warning.stderr Remove licenses 2018-12-25 21:08:33 -07:00
invalid-syntax.rs Remove licenses 2018-12-25 21:08:33 -07:00
invalid-syntax.stderr Add a sentence before rustc errors 2018-09-29 18:34:49 +02:00
lint-group.rs Remove licenses 2018-12-25 21:08:33 -07:00
lint-group.stderr Remove licenses 2018-12-25 21:08:33 -07:00
private-item-doc-test.rs Remove licenses 2018-12-25 21:08:33 -07:00
private-item-doc-test.stderr Remove licenses 2018-12-25 21:08:33 -07:00
unused.rs Remove licenses 2018-12-25 21:08:33 -07:00