Skip to content

Commit d56cdd4

Browse files
author
George-lewis
committedJan 13, 2024
Bless tests
Update tests
·
1.88.01.77.0
1 parent 9f327a2 commit d56cdd4

File tree

407 files changed

+1364
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

407 files changed

+1364
-318
lines changed
 

‎tests/rustdoc-ui/feature-gate-custom_code_classes_in_docs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//~^^^ WARNING custom classes in code blocks will change behaviour
77
//~| NOTE found these custom classes: class=language-c
88
//~| NOTE see issue #79483 <https://github.com/rust-lang/rust/issues/79483>
9+
//~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
910
//~| HELP add `#![feature(custom_code_classes_in_docs)]` to the crate attributes to enable
1011
pub struct Bar;
1112

‎tests/rustdoc-ui/feature-gate-custom_code_classes_in_docs.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ LL | | /// ```
88
|
99
= note: see issue #79483 <https://github.com/rust-lang/rust/issues/79483> for more information
1010
= help: add `#![feature(custom_code_classes_in_docs)]` to the crate attributes to enable
11+
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
1112
= note: found these custom classes: class=language-c
1213

1314
warning: 1 warning emitted

0 commit comments

Comments
 (0)
Please sign in to comment.