We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I accidently put a lifetime char (') after its lifetime (a) instead of before. Racer panicked when it saw (>) was after the lifetime char.
Running: racer complete-with-snippet 12 38 /home/richard/eclipse/hello/src/main.rs PREFIX 38,38, bogofile:1:34: 1:36 error: unterminated character constant: '> bogofile:1 struct monoMuteMultiRead<'a, T: a'> ; ^~ thread 'searcher' panicked at 'Box<Any>', .cargo/registry/src/github.com-0a35038f75765ae4/syntex_syntax-0.19.0/src/parse/lexer/mod.rs:169 stack backtrace: 1: 0x55cbf987c000 - sys::backtrace::tracing::imp::write::h1fe79f3711caca0eUnt 2: 0x55cbf987e505 - panicking::log_panic::_<closure>::closure.39701 3: 0x55cbf987df51 - panicking::log_panic::hffc6d029fed602571nx 4: 0x55cbf986dd43 - sys_common::unwind::begin_unwind_inner::h7045c1c64d9ab8edYgs 5: 0x55cbf9763c5a - sys_common::unwind::begin_unwind::begin_unwind::h16493239152104403567
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I accidently put a lifetime char (') after its lifetime (a) instead of before. Racer panicked when it saw (>) was after the lifetime char.
The text was updated successfully, but these errors were encountered: