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
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
// a bug was causing this to complain about leaked memory on exit
|
||||
use std;
|
||||
import std::option;
|
||||
import std::option::some;
|
||||
import std::option::none;
|
||||
import option;
|
||||
import option::some;
|
||||
import option::none;
|
||||
|
||||
tag t { foo(int, uint); bar(int, option::t<int>); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue