Copy first batch of material from libstd to libcore.
This commit is contained in:
parent
32087f5c2a
commit
fa9ad984fb
325 changed files with 5579 additions and 720 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import core::*;
|
||||
|
||||
import std::test;
|
||||
import std::str;
|
||||
import std::option;
|
||||
import std::either;
|
||||
import std::vec;
|
||||
import str;
|
||||
import option;
|
||||
import either;
|
||||
import vec;
|
||||
|
||||
#[test]
|
||||
fn do_not_run_ignored_tests() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue