Created
September 7, 2012 17:11
-
-
Save olsonjeffery/3667855 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1092 fn AutoNotify(chan: Chan<Notification>) -> AutoNotify { | |
| 1093 AutoNotify { | |
| 1094 notify_chan: chan, | |
| 1095 failed: true // Un-set above when taskgroup successfully made. | |
| 1096 } | |
| 1097 } | |
| compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so | |
| /home/jeff/src/rust/src/libcore/task.rs:1092:0: 1097:1 error: argument 1 uses the default mode but shouldn't | |
| /home/jeff/src/rust/src/libcore/task.rs:1092 fn AutoNotify(chan: Chan<Notification>) -> AutoNotify { | |
| /home/jeff/src/rust/src/libcore/task.rs:1093 AutoNotify { | |
| /home/jeff/src/rust/src/libcore/task.rs:1094 notify_chan: chan, | |
| /home/jeff/src/rust/src/libcore/task.rs:1095 failed: true // Un-set above when taskgroup successfully made. | |
| /home/jeff/src/rust/src/libcore/task.rs:1096 } | |
| /home/jeff/src/rust/src/libcore/task.rs:1097 } | |
| error: aborting due to previous error | |
| make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so] Error 101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment