Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Link to regression from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 27, 2017
1 parent 4981f7d commit cf25adf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Procedural functionlike!() macros using only Macros 1.1

Did you think Macros 1.1 was only for custom derives? Think again.

*Note:* Requires stable Rust 1.15.0 or nightly-2017-01-04 or later.
*Note:* Requires stable Rust 1.15 or beta Rust 1.16. This library is currently
affected by a regression in rustc, [rust-lang/rust#39889][regression], and does
not work on the most recent nightlies. It works on stable and beta but not
nightly. How times have changed, huh?

[regression]: https://github.com/rust-lang/rust/issues/39889

## Defining procedural macros

Expand Down

0 comments on commit cf25adf

Please sign in to comment.