about summary refs log tree commit diff
path: root/src/rt/rust_timer.cpp
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2011-01-27 16:51:41 -0500
committerRafael Ávila de Espíndola <respindola@mozilla.com>2011-01-27 16:51:41 -0500
commita2081deb2d16c58f2b367ad8a8d4a047d80f51a6 (patch)
treeb4cb550e0e8c059a81730282d8e2b83cf93966e7 /src/rt/rust_timer.cpp
parentc170e7edfdfe156f11374d5e3c265b613351dc99 (diff)
downloadrust-a2081deb2d16c58f2b367ad8a8d4a047d80f51a6.tar.gz
rust-a2081deb2d16c58f2b367ad8a8d4a047d80f51a6.zip
Simplify and fix the resolution of expr_path. With this we now get to codegen
in
-------------------
type foo = rec(int a);
mod m1 {
  mod m2 {
    const foo bar = rec(a = 4);
  }
}
fn main(vec[str] args) {
  log m1.m2.bar.a;
}
-------------------
Diffstat (limited to 'src/rt/rust_timer.cpp')
0 files changed, 0 insertions, 0 deletions