From: Mark Simulacrum Date: Thu, 25 May 2017 01:50:00 +0000 (-0600) Subject: Rollup merge of #42071 - nrc:parse-mods, r=nikomatsakis X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=43d81a8c95d053940df5175a24b8907a07606f79;p=rust.git Rollup merge of #42071 - nrc:parse-mods, r=nikomatsakis Add an option to the parser to avoid parsing out of line modules This is useful if parsing from stdin or a String and don't want to try and read in a module from another file. Instead we just leave a stub in the AST. --- 43d81a8c95d053940df5175a24b8907a07606f79