maud 0.1.1

Compile-time HTML templates.
Build #16549 2016-08-12T10:34:41.452544+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading maud v0.1.1
Documenting maud v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs --crate-name maud -o /home/cratesfyi/maud-0.1.1/doc -L dependency=/home/cratesfyi/maud-0.1.1/debug -L dependency=/home/cratesfyi/maud-0.1.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:160:15: 160:22 error: unresolved import `std::io::IoError`. There is no `IoError` in `std::io`. Did you mean to use `Error`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:160 use std::io::{IoError, IoErrorKind, IoResult};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:160:24: 160:35 error: unresolved import `std::io::IoErrorKind`. There is no `IoErrorKind` in `std::io`. Did you mean to use `ErrorKind`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:160 use std::io::{IoError, IoErrorKind, IoResult};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:160:37: 160:45 error: unresolved import `std::io::IoResult`. There is no `IoResult` in `std::io`. Did you mean to use `Result`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:160 use std::io::{IoError, IoErrorKind, IoResult};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:164:9: 164:25 error: unresolved import `std::fmt::Writer`. There is no `Writer` in `std::fmt`. Did you mean to use `Write`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:164     use std::fmt::Writer;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:178:36: 178:47 error: type name `fmt::Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:178 impl<F> Markup<F> where F: Fn(&mut fmt::Writer) -> fmt::Result {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:178:36: 178:47 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:190:37: 190:43 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:190     pub fn render_to(&self, w: &mut Writer) -> IoResult<()> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:190:37: 190:43 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:192:29: 192:35 error: type name `Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:192             inner: &'a mut (Writer + 'b),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:192:29: 192:35 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:194:22: 194:33 error: trait `fmt::Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:194         impl<'a, 'b> fmt::Writer for WriterWrapper<'a, 'b> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:194:22: 194:33 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:208:38: 208:49 error: type name `fmt::Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:208     pub fn render_fmt(&self, w: &mut fmt::Writer) -> fmt::Result {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:208:38: 208:49 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:222:26: 222:37 error: type name `fmt::Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:222         where F: Fn(&mut fmt::Writer) -> fmt::Result
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:222:26: 222:37 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:233:47: 233:58 error: type name `fmt::Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:233     pub fn write_fmt<T: fmt::Display>(w: &mut fmt::Writer, value: T) -> fmt::Result {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:233:47: 233:58 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:238:29: 238:40 error: type name `fmt::Writer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:238         pub inner: &'a mut (fmt::Writer + 'b),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:238:29: 238:40 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:241:18: 241:29 error: trait `fmt::Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:241     impl<'a, 'b> fmt::Writer for Escaper<'a, 'b> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:241:18: 241:29 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:192:29: 192:35 error: expected a reference to a trait [E0172]
.cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs:192             inner: &'a mut (Writer + 'b),
^~~~~~
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `maud v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/maud-0.1.1`,
cause: ChainedError {
error: Could not document `maud`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/maud-0.1.1/src/lib.rs --crate-name maud -o /home/cratesfyi/maud-0.1.1/doc -L dependency=/home/cratesfyi/maud-0.1.1/debug -L dependency=/home/cratesfyi/maud-0.1.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.