rust/tests/rustdoc-ui/super-glob-40936.rs

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

10 lines
162 B
Rust
Raw Normal View History

// aux-build:issue-40936.rs
2023-11-23 21:54:19 +00:00
// check-pass
// build-aux-docs
2023-11-20 18:50:25 +00:00
// https://github.com/rust-lang/rust/issues/40936
#![crate_name = "foo"]
extern crate issue_40936;