about summary refs log tree commit diff
path: root/src/test/codegen/issue-32364.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-27ignore {std,fast,vector,this}call on non-x86 windowsNathan Froyd-2/+3
MSVC ignores these keywords for C/C++ and uses the standard system calling convention. Rust should do so as well. Fixes #54569.
2016-10-25adapt testsTim Neumann-0/+3
2016-06-13Add regression test for #32364Daan Sprenkels-0/+24