diff options
| author | William Ting <william.h.ting@gmail.com> | 2013-01-11 02:27:01 -0600 |
|---|---|---|
| committer | William Ting <william.h.ting@gmail.com> | 2013-01-11 02:30:10 -0600 |
| commit | 9fd970ad13bca7f6155ed15901492cd190c81616 (patch) | |
| tree | 0a0e8dcabf871ea3b05f2fc707fd62822aaefe6b /src/libcore | |
| parent | ad2fc50ca1d8fecdc54306203f226d87a365ce36 (diff) | |
| download | rust-9fd970ad13bca7f6155ed15901492cd190c81616.tar.gz rust-9fd970ad13bca7f6155ed15901492cd190c81616.zip | |
Adds priv qualifiers where they have been commented out before implementation.
Updates #4386.
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/cleanup.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/cleanup.rs b/src/libcore/cleanup.rs index 92cddf77187..c8b96b9b23b 100644 --- a/src/libcore/cleanup.rs +++ b/src/libcore/cleanup.rs @@ -160,6 +160,7 @@ pub unsafe fn annihilate() { extern mod rustrt { #[legacy_exports]; #[rust_stack] - /*priv*/ unsafe fn rust_get_task() -> *c_void; + // FIXME (#4386): Unable to make following method private. + /* priv */ unsafe fn rust_get_task() -> *c_void; } |
