rust/tests/rustdoc/inline_cross/const-eval-46727.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
258 B
Rust
Raw Normal View History

2024-01-04 05:56:10 +08:00
// https://github.com/rust-lang/rust/issues/46727
#![crate_name="foo"]
2017-12-23 18:16:03 +08:00
//@ aux-build:issue-46727.rs
extern crate issue_46727;
//@ has foo/trait.Foo.html
//@ has - '//h3[@class="code-header"]' 'impl<T> Foo for Bar<[T; 3]>'
2017-12-23 18:16:03 +08:00
pub use issue_46727::{Foo, Bar};