Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

spans in macros have regressed #75

Open
nrc opened this issue Jul 9, 2017 · 1 comment
Open

spans in macros have regressed #75

nrc opened this issue Jul 9, 2017 · 1 comment
Labels

Comments

@nrc
Copy link
Member

nrc commented Jul 9, 2017

e.g.,

    let world = "world";
    println!("Hello, {}!", world);

The ref for world on the second line used to point to the correct def on the first line, but now points at itself.

@nrc
Copy link
Member Author

nrc commented Nov 1, 2017

cc #74 (which was magically fixed, but perhaps just because we're doing less, so might appear when this is fixed).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant