You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
The Lexer is meant for only single files, so there's no need for it to take a FileId in the constructor. Instead it should return locations meant for only a single file, which the preprocesssor can then add file metadata to.
The
Lexer
is meant for only single files, so there's no need for it to take aFileId
in the constructor. Instead it should return locations meant for only a single file, which the preprocesssor can then add file metadata to.Found while writing up rust-lang/rust-bindgen#1782.
The text was updated successfully, but these errors were encountered: