1
Fork 0

rustdoc: fix rustdoc-gui tests for logo changes

This commit is contained in:
Michael Howell 2023-09-19 18:08:55 -07:00
parent c6e6ecb1af
commit 7c10c6f63d
6 changed files with 34 additions and 18 deletions

View file

@ -1,6 +1,8 @@
#![feature(staged_api)]
#![feature(rustdoc_internals)]
#![allow(internal_features)]
#![stable(feature = "some_feature", since = "1.3.5")]
#![doc(rust_logo)]
#[stable(feature = "some_feature", since = "1.3.5")]
pub struct Foo {}