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
Emit error instead of ICE when loading files with trailing '>'
Loading files with a leading '<' has been supported since Rust 1.0, so
we must keep support for that:
touch '<leading-lt'
echo 'include!("<leading-lt");' > leading-lt.rs
rustc +1.0 --crate-type lib leading-lt.rs # No error
0 commit comments