rust/src/librustc_middle
Matthias Schiffer abc236414b Implement #[ffi_const] and #[ffi_pure] function attributes
Introduce function attribute corresponding to the `const`/`pure`
attributes supported by GCC, clang and other compilers.

Based on the work of gnzlbg <gonzalobg88@gmail.com>.
2020-05-20 01:16:11 +02:00
..
2020-05-11 17:13:32 +02:00
2020-05-08 10:59:08 +02:00
2020-05-18 14:41:31 +01:00
2020-05-08 13:13:15 +02:00
2020-05-07 17:35:58 -04:00

For more information about how rustc works, see the rustc dev guide.