diff options
| author | Graydon Hoare <[email protected]> | 2010-06-27 20:48:28 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-06-27 20:48:28 -0700 |
| commit | 1316312c0c0f0225922b94fc6bfa2e07e3a85ac4 (patch) | |
| tree | 3d56e02aa4afb3202a49dee2ec4c8757b97ec0fa /src/test | |
| parent | Change slot_mem_ctrl to classify vec[state] as GC mem. Breaking / XFAILing mu... (diff) | |
| download | rust-1316312c0c0f0225922b94fc6bfa2e07e3a85ac4.tar.xz rust-1316312c0c0f0225922b94fc6bfa2e07e3a85ac4.zip | |
Only translate or dwarf-emit items or stubs locally defined or used. Avoids instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/compile-fail/direct-obj-fn-call.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/direct-obj-fn-call.rs b/src/test/compile-fail/direct-obj-fn-call.rs index e13db876..fa067725 100644 --- a/src/test/compile-fail/direct-obj-fn-call.rs +++ b/src/test/compile-fail/direct-obj-fn-call.rs @@ -1,5 +1,5 @@ -// error-pattern: mismatched types +// error-pattern: is not a mod obj x() { fn hello() { |