about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorSimonas Kazlauskas <git@kazlauskas.me>2015-01-11 00:38:39 +0200
committerSimonas Kazlauskas <git@kazlauskas.me>2015-01-11 15:34:53 +0200
commit348d833187a2cf90b0d39f5fe1f0ce9564036e68 (patch)
treeca511408a0cffc6fe90d3120f85754f285bb1aec /src/libstd/sys/unix/stack_overflow.rs
parent099b411e080d302ec0dc5f3aebe53d76c50acfc7 (diff)
downloadrust-348d833187a2cf90b0d39f5fe1f0ce9564036e68.tar.gz
rust-348d833187a2cf90b0d39f5fe1f0ce9564036e68.zip
Allow any integral to be used as Shr and Shl RHS
This is only relevant to the code that uses generics such as

    fn magic<T: Shl>(a: T) { a << 10u8; }

Fixes #20288
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions