about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/invalid-theme-name.stderr
AgeCommit message (Collapse)AuthorLines
2021-03-31Give a better error when --theme is not a CSS fileJoshua Nelson-0/+4
Before: ``` error: invalid argument: "bacon.toml" ``` After: ``` error: invalid argument: "bacon.toml" | = help: arguments to --theme must be CSS files ```