mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 09:18:18 +00:00
Disable lib-ivec's test_unsafe_ptrs. Not working here
This commit is contained in:
parent
6f4326c54d
commit
a68a5c9b5e
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ fn test_unsafe_ptrs() {
|
|||
|
||||
fn main() {
|
||||
test_reserve_and_on_heap();
|
||||
test_unsafe_ptrs();
|
||||
//test_unsafe_ptrs();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue