You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not the best title, but I suppose it somehow summarizes the situation.
There's no ICE if I un-comment "use buffer" and prefix Buffer as the comment is suggesting. There's also no ICE if I rename Buffer into anything else. (fun!)
mod stuff {pubstructBuffer{pubx:int,}}mod user {use stuff;fnmake_buffer() -> stuff::Buffer{
stuff::Buffer{x:0}}mod oops {//use stuff;fntest(){matchsuper::make_buffer(){Buffer{x:0} => panic!(),// stuff::Buffer
_ => panic!(),};}}}fnmain(){}
ERROR:rbml::::reader: failed to find block with tag 7
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with RUST_BACKTRACE=1 for a backtrace
task 'rustc' panicked at 'explicit panic', /Users/rustbuild/src/rust-buildbot/slave/nightly-mac/build/src/librbml/lib.rs:247
Not the best title, but I suppose it somehow summarizes the situation.
There's no ICE if I un-comment "use buffer" and prefix Buffer as the comment is suggesting. There's also no ICE if I rename Buffer into anything else. (fun!)
rustc 0.13.0-nightly (e82f60e 2014-11-11 22:37:05 +0000)
binary: rustc
commit-hash: e82f60e
commit-date: 2014-11-11 22:37:05 +0000
host: x86_64-apple-darwin
release: 0.13.0-nightly
The text was updated successfully, but these errors were encountered: