Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #90 from ville-h/26093
Browse files Browse the repository at this point in the history
26093
  • Loading branch information
steveklabnik committed Oct 29, 2015
2 parents f281b07 + 722a30d commit a0ba806
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/26093.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
macro_rules! not_an_lvalue {
($thing:expr) => {
$thing = 42;
}
}

fn main() {
not_an_lvalue!(99);
}

0 comments on commit a0ba806

Please sign in to comment.