]> git.lizzy.rs Git - rust.git/blob - src/test/ui/allocator/two-allocators3.rs
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[rust.git] / src / test / ui / allocator / two-allocators3.rs
1 // aux-build:system-allocator.rs
2 // aux-build:system-allocator2.rs
3 // no-prefer-dynamic
4 // error-pattern: the `#[global_allocator]` in
5
6
7 extern crate system_allocator;
8 extern crate system_allocator2;
9
10 fn main() {}