about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0259.rs
blob: 78e56deccb4c3ac73d9c8a0e775de732669ca3ab (plain)
1
2
3
4
5
6
7
8
#![feature(test)]

extern crate alloc;

extern crate test as alloc;
//~^ ERROR E0259

fn main() {}