File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 99// except according to those terms.
1010
1111// ignore-msvc everything is the system allocator on msvc
12+ // ignore-musl no dylibs on musl yet
1213// aux-build:allocator-dylib.rs
1314// no-prefer-dynamic
1415// error-pattern: cannot link together two allocators
Original file line number Diff line number Diff line change 99// except according to those terms.
1010
1111// ignore-msvc everything is the system allocator on msvc
12+ // ignore-musl no dylibs on musl right now
1213// aux-build:allocator-dylib2.rs
1314// error-pattern: cannot link together two allocators
1415
Original file line number Diff line number Diff line change 1010
1111// aux-build:allocator1.rs
1212// error-pattern: cannot link together two allocators
13+ // ignore-musl no dylibs on musl yet
1314
1415// We're linking std dynamically (via -C prefer-dynamic for this test) which
1516// has an allocator and then we're also linking in a new allocator (allocator1)
You can’t perform that action at this time.
0 commit comments