rust/compiler/rustc_builtin_macros/src
bors f03eb6bef8 Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-params, r=jackh726
Deriving: Include bound generic params in type parameters for where clause

Fixes #89188.

The `derive` macro ignored the `for<'s>` needed with the `Fn` trait in that code example.

edit: I'm unsure if this might cause regressions. I'm not an experienced compiler developer so I'm not used to thinking about unwanted side effects code changes like this might have.
2021-10-02 18:46:27 +00:00
..
deriving Fix truncate of 'bound params stack' by using the correct length 2021-09-29 03:18:56 +02:00
format_foreign Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
asm.rs Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa 2021-09-11 08:23:40 -07:00
assert.rs Fix bug with assert!() calling the wrong edition of panic!(). 2021-02-01 23:23:27 +01:00
cfg_accessible.rs expand: Tell built-in macros whether we are currently in forced expansion mode 2020-11-19 19:25:20 +03:00
cfg_eval.rs derive: Do not configure or clone items unless necessary 2021-09-24 21:45:51 +03:00
cfg.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
cmdline_attrs.rs Unconditionally capture tokens for attributes. 2020-10-21 18:57:29 -04:00
compile_error.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
concat_idents.rs expand: Stop un-interpolating NtIdents before passing them to built-in macros 2020-09-28 23:10:44 +03:00
concat.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
derive.rs derive: Do not configure or clone items unless necessary 2021-09-24 21:45:51 +03:00
env.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
format_foreign.rs Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
format.rs Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
global_allocator.rs Remove box syntax from rustc_builtin_macros 2021-08-18 09:25:26 +02:00
lib.rs Remove box syntax from rustc_builtin_macros 2021-08-18 09:25:26 +02:00
llvm_asm.rs Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov 2020-12-30 20:56:58 +00:00
log_syntax.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
panic.rs Implement new panic!() behaviour for Rust 2021. 2021-01-25 13:48:11 +01:00
proc_macro_harness.rs Compute proc_macros in resolutions. 2021-09-01 20:13:16 +02:00
source_util.rs Compute a better lint_node_id during expansion 2021-07-17 23:03:56 -05:00
standard_library_imports.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
test_harness.rs Remove Session.used_attrs and move logic to CheckAttrVisitor 2021-08-21 13:27:27 -05:00
test.rs proof of concept add test type on prints 2021-05-03 15:22:19 +02:00
trace_macros.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
util.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00