From c1d56ea1adaa176335e974906f6827ad17f251c1 Mon Sep 17 00:00:00 2001 From: nomicon-kr Date: Sat, 29 Jun 2024 13:19:50 +0900 Subject: [PATCH] Update other-reprs.md --- src/other-reprs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/other-reprs.md b/src/other-reprs.md index 2b47c43..9883410 100644 --- a/src/other-reprs.md +++ b/src/other-reprs.md @@ -34,7 +34,7 @@ 이것의 효과는 구조체/열거형의 전체 레이아웃과 ABI가 그 하나의 필드와 완전히 동일하도록 보장된다는 것입니다. > 주의: `repr(transparent)`를 공용체에 적용하는 `transparent_unions` nightly 기능이 있지만, -> 디자인 문제 때문에 표준화되지 않았습니다. 더 자세한 내용은 [tracking issue][issue-60405]를 참고하세요. +> 디자인 문제 때문에 표준화되지 않았습니다. 더 자세한 내용은 [이슈][issue-60405]를 참고하세요.