From bf9b3fa1d7cab2f7bd541539d397a92b4954ec96 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Wed, 17 May 2017 19:07:25 +1200 Subject: [PATCH] Add note about libsyntax branch to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0f641775a5e..fa4e9d6c4e2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ A tool for formatting Rust code according to style guidelines. If you'd like to help out (and you should, it's a fun project!), see [Contributing.md](Contributing.md). +If you want latest and greatest, you should use the [libsyntax](https://github.com/rust-lang-nursery/rustfmt/tree/libsyntax) +branch. It supports some newer Rust syntax which is missing from master and +fixes some bugs. However, it links against libsyntax from the Rust compiler, so +you must be using a nightly version of Rust to use it. + ## Quick start To install: