diff options
| author | Michael Goulet <michael@errs.io> | 2023-07-29 19:47:15 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-07-29 19:47:15 +0000 |
| commit | 4b58ae0bb8374aa41ccfc69820c68680979fa315 (patch) | |
| tree | b4c7bbc3c48fc309151fe881e4e0036e7b84c99e /tests/rustdoc | |
| parent | 4c968227965f101e41bda8a38ff02fd1baee28c4 (diff) | |
| download | rust-4b58ae0bb8374aa41ccfc69820c68680979fa315.tar.gz rust-4b58ae0bb8374aa41ccfc69820c68680979fa315.zip | |
Mark lazy_type_alias as incomplete
Diffstat (limited to 'tests/rustdoc')
| -rw-r--r-- | tests/rustdoc/alias-reexport.rs | 1 | ||||
| -rw-r--r-- | tests/rustdoc/alias-reexport2.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc/alias-reexport.rs b/tests/rustdoc/alias-reexport.rs index a2a8e651caf..4003ecec21c 100644 --- a/tests/rustdoc/alias-reexport.rs +++ b/tests/rustdoc/alias-reexport.rs @@ -3,6 +3,7 @@ #![crate_name = "foo"] #![feature(lazy_type_alias)] +#![allow(incomplete_features)] extern crate alias_reexport2; diff --git a/tests/rustdoc/alias-reexport2.rs b/tests/rustdoc/alias-reexport2.rs index 85d3cdad962..5f6357ad128 100644 --- a/tests/rustdoc/alias-reexport2.rs +++ b/tests/rustdoc/alias-reexport2.rs @@ -3,6 +3,7 @@ #![crate_name = "foo"] #![feature(lazy_type_alias)] +#![allow(incomplete_features)] extern crate alias_reexport; |
