add notes for immutable inputs

This commit is contained in:
Andre Bogus
2017-02-12 13:53:30 +01:00
parent ad01fa9b57
commit 36b8554cf1
4 changed files with 32 additions and 47 deletions

View File

@@ -15,6 +15,7 @@
#![allow(needless_lifetimes)]
extern crate syntax;
extern crate syntax_pos;
#[macro_use]
extern crate rustc;
extern crate rustc_data_structures;