We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d7e05 commit 7528263Copy full SHA for 7528263
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 645035a7150b7af12c92e07287588e7d901ae2e9
+refs/heads/master: a0ed75bc49451d51f5818b9c4c09d26ca72821f7
trunk/src/rustdoc/parse.rs
@@ -16,7 +16,7 @@ fn new_parse_sess() -> parser::parse_sess {
16
}
17
18
fn from_file(file: str) -> @ast::crate {
19
- parser::parse_crate_from_source_file(
+ parser::parse_crate_from_file(
20
file, [], new_parse_sess())
21
22
0 commit comments