about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-03-22 19:30:33 -0400
committerGitHub <noreply@github.com>2017-03-22 19:30:33 -0400
commit3e4c910a674b311e5e9825c118b28df19cd9a645 (patch)
treeff09591f5bd93172ff6ae51db1392681d6e0b933 /src/test/run-pass/thinlto
parent6e7533f3aed486191335dc3596c1a2f551a0070b (diff)
parent8ea0f18d9a3bdf001be8d668818b8291dd2b37df (diff)
downloadrust-3e4c910a674b311e5e9825c118b28df19cd9a645.tar.gz
rust-3e4c910a674b311e5e9825c118b28df19cd9a645.zip
Rollup merge of #40723 - SamWhited:e0090_error_explanation, r=estebank
E0090: Add explanation for error message

See #32777

    $ rustc --explain E0090
    The wrong number of lifetimes were supplied. For example:

    ```
    fn foo<'a: 'b, 'b: 'a>() {}

    fn main() {
        foo::<'static>(); // error, expected 2 lifetime parameters
    }
    ```
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions