rust/doc
Haitao Li 3e303af86b rustc: Add a path attribute for crate directives
The path information was an optional "filename" component of crate
directive AST. It is now replaced by an attribute with metadata named
"path".

With this commit, a directive

  mod foo = "foo.rs";

should be written as:

  #[path = "foo.rs"]
  mod foo;

Closes issue #906.
2011-11-24 15:31:18 -08:00
..
tutorial Add hacks to extract and compile tutorial code 2011-11-22 16:12:23 +01:00
keywords.txt doc: Build keywords multitable automatically 2011-11-23 21:11:18 +01:00
Languages.txt Add more std documentation 2011-10-26 11:47:42 -07:00
rust.texi rustc: Add a path attribute for crate directives 2011-11-24 15:31:18 -08:00
std.css Use web-style paragraphs in std docs 2011-10-26 11:55:28 -07:00
Topics.txt Add more std documentation 2011-10-26 18:32:34 -07:00