diff options
| author | Matthew Russo <matthew@edapp.com> | 2018-10-30 10:11:24 -0400 |
|---|---|---|
| committer | Matthew Russo <matthew@edapp.com> | 2018-12-04 17:24:12 -0500 |
| commit | 88130f1796e98837dc6f58aea9b9a0f49b85f426 (patch) | |
| tree | 5333ac7519b53da3b6e05fa16c8336fc07a2e211 /src/libsyntax/attr | |
| parent | 6ee4d3cafce0d46b2d76a3f96aa62ca985a3ab6c (diff) | |
| download | rust-88130f1796e98837dc6f58aea9b9a0f49b85f426.tar.gz rust-88130f1796e98837dc6f58aea9b9a0f49b85f426.zip | |
updates all Filename variants to take a fingerprint
Diffstat (limited to 'src/libsyntax/attr')
| -rw-r--r-- | src/libsyntax/attr/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/attr/mod.rs b/src/libsyntax/attr/mod.rs index 64876659477..518b34eefa8 100644 --- a/src/libsyntax/attr/mod.rs +++ b/src/libsyntax/attr/mod.rs @@ -803,7 +803,7 @@ pub fn inject(mut krate: ast::Crate, parse_sess: &ParseSess, attrs: &[String]) - for raw_attr in attrs { let mut parser = parse::new_parser_from_source_str( parse_sess, - FileName::CliCrateAttr, + FileName::cli_crate_attr_source_code(&raw_attr), raw_attr.clone(), ); |
