Created
March 25, 2012 20:13
-
-
Save nettok/2199503 to your computer and use it in GitHub Desktop.
This file contains 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
compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc.so | |
../src/rustc/middle/infer.rs:297:21: 297:39 error: attempted access of field bounds_to_str on type middle::infer::infer_ctxt, but no field or method with that name was found | |
../src/rustc/middle/infer.rs:297 a_id, self.bounds_to_str(a_bounds), | |
^~~~~~~~~~~~~~~~~~ | |
note: in expansion of #fmt | |
<core-macros>:5:45: 5:58 note: expansion site | |
<core-macros>:5:10: 5:60 note: in expansion of #debug | |
../src/rustc/middle/infer.rs:296:8: 298:51 note: expansion site | |
../src/rustc/middle/infer.rs:297:21: 297:49 error: the type of this value must be known in this context | |
../src/rustc/middle/infer.rs:297 a_id, self.bounds_to_str(a_bounds), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
note: in expansion of #fmt | |
<core-macros>:5:45: 5:58 note: expansion site | |
<core-macros>:5:10: 5:60 note: in expansion of #debug | |
../src/rustc/middle/infer.rs:296:8: 298:51 note: expansion site | |
make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc.so] Error 101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment