Skip to content

Commit 3f3339e

Browse files
committed
Annotate FIXME (comment only)
1 parent 85fbfa2 commit 3f3339e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustsyntax/parse.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fn new_parser_from_file(sess: parse_sess, cfg: ast::crate_cfg, path: str,
152152
parser {
153153
let src = alt io::read_whole_file_str(path) {
154154
result::ok(src) {
155-
// FIXME: This copy is unfortunate
155+
// FIXME: This copy is unfortunate (#2319)
156156
@src
157157
}
158158
result::err(e) {

0 commit comments

Comments
 (0)