Closed
Bug 552706
Opened 15 years ago
Closed 15 years ago
record type inference failing
Categories
(Servo Graveyard :: Rust, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dherman, Assigned: pcwalton)
Details
fn main() {
auto x = rec(foo = "hello", bar = "world");
log x.foo;
log x.bar;
}
Error: unresolved type <record with fields bar : <loggable>> (16)
Dave
Reporter | ||
Comment 1•15 years ago
|
||
Added the above as an XFAIL'ed test case in test/run-pass/rec-auto.rs.
Dave
Comment 2•15 years ago
|
||
Moved to github issue #56.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Updated•15 years ago
|
Group: servo
You need to log in
before you can comment on or make changes to this bug.
Description
•