question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Several papercuts

See original GitHub issue
  • tmod, tfn and frends should not be available inside the function, especially after .:
fn read_door_id() -> String {
    let mut buff = String::new();
    ::std::io::stdin().read_line(&mut buff).unwrap();
    buff.t
}
  • nested postfix match should work
    match a {
        _ => b.ma
    }

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
alygincommented, Feb 14, 2017

main is not available at the file level now 😦

1reaction
matkladcommented, Feb 14, 2017

Will leave this beautifully weird piece valid of Rust here:

fn main() {
    match match match match match () {
        _ => {}
    } {
        _ => {}
    } {
        _ => {}
    } {
        _ => {}
    } {
        _ => {}
    }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Paper Cuts: Why They Hurt, How to Treat Them, and More
Paper cuts are common on parts of the body with a lot of nerve endings. This can make them quite painful, even if...
Read more >
Paper Cuts: Why They Hurt, Treatment, and More - WebMD
Paper cuts occur when a piece of thin and sharp material, such as an individual ... Typically, it takes a few days for...
Read more >
YARN | Multiple so many paper cuts. | Friends (1994 ... - GetYarn
Friends (1994) - S03E20 The One With the Dollhouse clip with quote Multiple so many paper cuts. Yarn is the best search for...
Read more >
6 Traditional Papercutting Styles
6 Traditional Papercutting Styles · Jianzhi · Papel Picado · Jewish Papercutting · Scherenschnitt · Wycinanki · Wayang Kulit · Keep in touch...
Read more >
Papercuts and Prints - HollyPapercuts
Collection includes Papercuts* and Prints (fine art giclée) Prints are printed ... Papercuts are often cut from a single sheet of paper rather...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found