1
Fork 0
rust/library/proc_macro/src
Gary Guo f08e2d4137 Forbid use of extern "C-unwind" inside standard library
Those libraries are build with `-C panic=unwind` and is expected to
be linkable to `-C panic=abort` library. To ensure unsoundness
compiler needs to prevent a `C-unwind` call to exist, as doing so may leak
foreign exceptions into `-C panic=abort`.
2024-02-24 14:53:04 +00:00
..
bridge Auto merge of #121454 - reitermarkus:generic-nonzero-library, r=dtolnay 2024-02-23 14:27:33 +00:00
diagnostic.rs proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
lib.rs Forbid use of extern "C-unwind" inside standard library 2024-02-24 14:53:04 +00:00
quote.rs Remove unused macro rules 2022-04-18 23:28:06 +02:00