rust/src/test/ui/rfc-2091-track-caller
Santiago Pastorino 705813c84b
Bump mir-opt-level from 3 to 4 in tests
2021-03-05 17:13:57 -03:00
..
call-chain.rs Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
caller-location-fnptr-rt-ctfe-equiv.rs Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
caller-location-fnptr-rt-ctfe-equiv.stderr Bless tests 2020-09-27 10:46:41 -07:00
caller-location-intrinsic.rs Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
const-caller-location.rs Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
diverging-caller-location.rs Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
error-odd-syntax.rs Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
error-odd-syntax.stderr Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
error-with-invalid-abi.rs Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
error-with-invalid-abi.stderr Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
error-with-main.rs forbid `#[track_caller]` on main 2020-08-04 07:35:59 +02:00
error-with-main.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
error-with-naked.rs Validate naked functions definitions 2020-12-07 00:00:00 +00:00
error-with-naked.stderr Validate naked functions definitions 2020-12-07 00:00:00 +00:00
error-with-start.rs tweak error message 2020-08-04 21:36:21 +02:00
error-with-start.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
intrinsic-wrapper.rs Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
only-for-fns.rs Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
only-for-fns.stderr Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
pass.rs Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
std-panic-locations.rs Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
track-caller-attribute.rs Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
track-caller-ffi.rs Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
tracked-fn-ptr-with-arg.rs Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
tracked-fn-ptr.rs Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
tracked-trait-impls.rs Stabilize `#[track_caller]`. 2020-06-30 22:22:32 -07:00
tracked-trait-obj.rs Fix #[track_caller] shims for trait objects. 2020-07-26 10:12:12 -07:00