Skip to content

make check-build-lexer-verifier fails currently #22379

Closed
@frewsxcv

Description

@frewsxcv
cfg: version 1.0.0-dev (342ab53bf 2015-02-15 12:20:31 +0000)
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: good valgrind for x86_64-apple-darwin is
cfg: using CC=clang (CFG_CC)
cfg: using CXX=clang++ (CFG_CXX)
cfg: enabling valgrind run-pass tests (CFG_ENABLE_VALGRIND_RPASS)
cfg: valgrind-rpass command set to
cfg: no xelatex found, disabling LaTeX docs
cfg: including test rules
cfg: antlr4 not available, skipping lexer test...
/Users/coreyf/Development/rust/rust/src/grammar/verify.rs:20:5: 20:18 error: unresolved import `std::io::File`. There is no `File` in `std::io`
/Users/coreyf/Development/rust/rust/src/grammar/verify.rs:20 use std::io::File;
                                                                 ^~~~~~~~~~~~~
error: aborting due to previous error
make: *** [/Users/coreyf/Development/rust/rust//grammar/verify] Error 101

I'm surprised this is not causing issues because the Makefile claims that this target should get run by Bors everytime upon check-in

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions