]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/issue-37788.rs
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27
[rust.git] / src / test / ui / proc-macro / issue-37788.rs
1 // aux-build:test-macros.rs
2
3 #[macro_use]
4 extern crate test_macros;
5
6 fn main() {
7     // Test that constructing the `visible_parent_map` (in `cstore_impl.rs`) does not ICE.
8     std::cell::Cell::new(0) //~ ERROR mismatched types
9 }