Closed Bug 552706 Opened 15 years ago Closed 15 years ago

record type inference failing

Categories

(Servo Graveyard :: Rust, defect)

x86
macOS
defect
Not set
normal

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
Added the above as an XFAIL'ed test case in test/run-pass/rec-auto.rs. Dave
Moved to github issue #56.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Group: servo
You need to log in before you can comment on or make changes to this bug.