add compiletest headers to rustdoc-gui tests
This commit is contained in:
parent
6a347322a9
commit
02ea750f0b
4 changed files with 7 additions and 4 deletions
|
@ -1 +1,2 @@
|
|||
// compile-flags: --extend-css extra.css
|
||||
//! <div class="extend">text in red</div>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// compile-flags: -Zunstable-options --generate-link-to-definition
|
||||
pub fn sub_fn() {
|
||||
barbar();
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// run-flags:-Zrustdoc-scrape-examples
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue