Skip to content

Instantly share code, notes, and snippets.

@nettok
Created March 25, 2012 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nettok/2199503 to your computer and use it in GitHub Desktop.
Save nettok/2199503 to your computer and use it in GitHub Desktop.
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